Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -236,7 +236,7 @@ with st.sidebar:
|
|
236 |
)
|
237 |
url = "https://drive.google.com/file/d/1eWat34ot3j8onIeKDnJscKalp2oYnn8O/view"
|
238 |
st.write("check out the paper [here](%s)" % url)
|
239 |
-
with st.
|
240 |
#footer()
|
241 |
|
242 |
sentence = st.text_input("Please input a sample sentence in the target language")
|
|
|
236 |
)
|
237 |
url = "https://drive.google.com/file/d/1eWat34ot3j8onIeKDnJscKalp2oYnn8O/view"
|
238 |
st.write("check out the paper [here](%s)" % url)
|
239 |
+
with st.columns(1)[0]:
|
240 |
#footer()
|
241 |
|
242 |
sentence = st.text_input("Please input a sample sentence in the target language")
|