Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,10 +17,9 @@ st.set_page_config(page_title="English to Arabic Translation", page_icon="logo.p
|
|
17 |
with st.sidebar:
|
18 |
st.image("logo.png", width=70)
|
19 |
st.markdown('<div style="position: absolute; left: 5px;"></div>', unsafe_allow_html=True)
|
20 |
-
|
|
|
21 |
st.markdown("## About")
|
22 |
-
st.markdown("---")
|
23 |
-
|
24 |
st.markdown('''
|
25 |
- This App powered by [Mhassanen/nllb-200-600M-En-Ar-finetuned](https://huggingface.co/Mhassanen/nllb-200-600M-En-Ar-finetuned) Language model
|
26 |
''')
|
|
|
17 |
with st.sidebar:
|
18 |
st.image("logo.png", width=70)
|
19 |
st.markdown('<div style="position: absolute; left: 5px;"></div>', unsafe_allow_html=True)
|
20 |
+
st.markdown("# English to Arabic Translation")
|
21 |
+
st.markdown("---")
|
22 |
st.markdown("## About")
|
|
|
|
|
23 |
st.markdown('''
|
24 |
- This App powered by [Mhassanen/nllb-200-600M-En-Ar-finetuned](https://huggingface.co/Mhassanen/nllb-200-600M-En-Ar-finetuned) Language model
|
25 |
''')
|