Owos commited on
Commit
d598f0a
·
1 Parent(s): 2e67d7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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