Spaces:
Sleeping
Sleeping
Moezulhaq24
commited on
Commit
β’
c1cb840
1
Parent(s):
3cf1003
Update app.py
Browse files
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])
|