Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -196,4 +196,4 @@ if st.button("Translate"):
|
|
| 196 |
st.write("Your Text (English):")
|
| 197 |
st.title(input_text)
|
| 198 |
st.write("Translated Text (Spanish):")
|
| 199 |
-
st.title(translated_text[:-
|
|
|
|
| 196 |
st.write("Your Text (English):")
|
| 197 |
st.title(input_text)
|
| 198 |
st.write("Translated Text (Spanish):")
|
| 199 |
+
st.title(translated_text[:-5])
|