Simon Salmon commited on
Commit
2bd8969
·
1 Parent(s): d1bb134

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -48,6 +48,6 @@ with st.form(key='my_form'):
48
  #with col1:
49
  #st.write(words)
50
  st.write(pd.DataFrame({
51
- ... 'first column': first_half,
52
- ... 'second column': second_half,
53
- ... }))
 
48
  #with col1:
49
  #st.write(words)
50
  st.write(pd.DataFrame({
51
+ 'first column': first_half,
52
+ 'second column': second_half,
53
+ }))