Spaces:
Build error
Build error
Thomas Chaigneau
commited on
Commit
·
7a84cc4
1
Parent(s):
df96002
reorder subheader
Browse files
main.py
CHANGED
|
@@ -8,6 +8,7 @@ from available_models import MODELS
|
|
| 8 |
|
| 9 |
st.set_page_config(page_title="Translator", page_icon="🗣️")
|
| 10 |
st.title("🗣️ Translator")
|
|
|
|
| 11 |
st.markdown("""
|
| 12 |
[](https://github.com/ChainYo)
|
| 13 |
[](https://huggingface.co/ChainYo)
|
|
@@ -15,7 +16,6 @@ st.markdown("""
|
|
| 15 |
[](https://discord.gg/)
|
| 16 |
""")
|
| 17 |
st.write("To add a new model, hit me up there! ⬆️")
|
| 18 |
-
st.subheader("Translation made fast and easy.")
|
| 19 |
|
| 20 |
with st.expander(label="❓ How does it work", expanded=True):
|
| 21 |
st.markdown("""
|
|
|
|
| 8 |
|
| 9 |
st.set_page_config(page_title="Translator", page_icon="🗣️")
|
| 10 |
st.title("🗣️ Translator")
|
| 11 |
+
st.subheader("Translation made fast and easy.")
|
| 12 |
st.markdown("""
|
| 13 |
[](https://github.com/ChainYo)
|
| 14 |
[](https://huggingface.co/ChainYo)
|
|
|
|
| 16 |
[](https://discord.gg/)
|
| 17 |
""")
|
| 18 |
st.write("To add a new model, hit me up there! ⬆️")
|
|
|
|
| 19 |
|
| 20 |
with st.expander(label="❓ How does it work", expanded=True):
|
| 21 |
st.markdown("""
|