Simon Salmon
commited on
Commit
·
f19f128
1
Parent(s):
2bd8969
Update app.py
Browse files
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 |
-
|
52 |
-
|
53 |
}))
|
|
|
48 |
#with col1:
|
49 |
#st.write(words)
|
50 |
st.write(pd.DataFrame({
|
51 |
+
'first column': first_half,
|
52 |
+
'second column': second_half,
|
53 |
}))
|