Spaces:
Runtime error
Runtime error
Mel Nguyen (she/her)
commited on
Commit
•
356ebfc
1
Parent(s):
eb1b0b5
remove default text
Browse files
app.py
CHANGED
@@ -24,8 +24,8 @@ if src_lang_selection == "English":
|
|
24 |
else:
|
25 |
src_lang = "vie_Latn"
|
26 |
tgt_lang = "eng_Latn"
|
27 |
-
default_value = "UN Chief says there is no military solution in Syria"
|
28 |
-
sent = st.text_area("Input Your Text Here",
|
29 |
|
30 |
if st.button("Run"):
|
31 |
with st.spinner("Working Hard..."):
|
|
|
24 |
else:
|
25 |
src_lang = "vie_Latn"
|
26 |
tgt_lang = "eng_Latn"
|
27 |
+
# default_value = "UN Chief says there is no military solution in Syria"
|
28 |
+
sent = st.text_area("Input Your Text Here", height = 275)
|
29 |
|
30 |
if st.button("Run"):
|
31 |
with st.spinner("Working Hard..."):
|