Moezulhaq24 commited on
Commit
c1cb840
β€’
1 Parent(s): 3cf1003

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -10,8 +10,6 @@ model_mapping = {
10
  "Urdu": "Helsinki-NLP/opus-mt-en-ur" # Added Urdu translation
11
  }
12
 
13
- # Streamlit app
14
- st.title("🌎 TRANSLINGO πŸ”‘")
15
 
16
  st.markdown(
17
  """
@@ -41,7 +39,6 @@ st.markdown(
41
  """,
42
  unsafe_allow_html=True
43
  )
44
-
45
  st.markdown('<h1 class="title">🌎 TRANSLINGO πŸ”‘</h1>', unsafe_allow_html=True)
46
 
47
  col1, col2, col3 = st.columns([1, 3, 1])
 
10
  "Urdu": "Helsinki-NLP/opus-mt-en-ur" # Added Urdu translation
11
  }
12
 
 
 
13
 
14
  st.markdown(
15
  """
 
39
  """,
40
  unsafe_allow_html=True
41
  )
 
42
  st.markdown('<h1 class="title">🌎 TRANSLINGO πŸ”‘</h1>', unsafe_allow_html=True)
43
 
44
  col1, col2, col3 = st.columns([1, 3, 1])