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