Owos commited on
Commit
0a83a1f
·
1 Parent(s): 8c5a633

Update app.py

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