Spaces:
Build error
Build error
Thomas Chaigneau
commited on
Commit
·
f674e10
1
Parent(s):
45c9025
write to add models
Browse files
main.py
CHANGED
@@ -14,6 +14,7 @@ st.markdown("""
|
|
14 |
[](https://www.linkedin.com/in/thomas-chaigneau-dev/)
|
15 |
[](https://discord.gg/)
|
16 |
""")
|
|
|
17 |
st.subheader("Translation made fast and easy.")
|
18 |
|
19 |
with st.expander(label="❓ How does it work", expanded=True):
|
@@ -62,7 +63,7 @@ else:
|
|
62 |
st.markdown(f"""
|
63 |
**Selected model:** [{selected_model[0]}]({selected_model[1]})
|
64 |
""")
|
65 |
-
|
66 |
input_text = st.text_area("Enter text to translate:", height=400, key="input")
|
67 |
translate_text = st.button("Translate")
|
68 |
|
|
|
14 |
[](https://www.linkedin.com/in/thomas-chaigneau-dev/)
|
15 |
[](https://discord.gg/)
|
16 |
""")
|
17 |
+
st.write("If you want 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):
|
|
|
63 |
st.markdown(f"""
|
64 |
**Selected model:** [{selected_model[0]}]({selected_model[1]})
|
65 |
""")
|
66 |
+
|
67 |
input_text = st.text_area("Enter text to translate:", height=400, key="input")
|
68 |
translate_text = st.button("Translate")
|
69 |
|