UnarineLeo commited on
Commit
abb0b39
1 Parent(s): cea41aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -54,8 +54,8 @@ with st.expander("Read more"):
54
  Authors: Alexis Conneau,Kartikay Khandelwal,Naman Goyal,Vishrav Chaudhary,Guillaume Wenzek,Francisco Guzmán,Edouard Grave,Myle Ott,Luke Zettlemoyer,Veselin Stoyanov
55
  ''')
56
  cit1,cit2 = st.columns(2)
57
- with cit1:
58
- with cit2:
59
 
60
  col1, col2 = st.columns(2)
61
 
 
54
  Authors: Alexis Conneau,Kartikay Khandelwal,Naman Goyal,Vishrav Chaudhary,Guillaume Wenzek,Francisco Guzmán,Edouard Grave,Myle Ott,Luke Zettlemoyer,Veselin Stoyanov
55
  ''')
56
  cit1,cit2 = st.columns(2)
57
+ # with cit1:
58
+ # with cit2:
59
 
60
  col1, col2 = st.columns(2)
61