Simon Salmon
commited on
Commit
·
272a330
1
Parent(s):
f19f128
Update app.py
Browse files
app.py
CHANGED
@@ -47,6 +47,8 @@ with st.form(key='my_form'):
|
|
47 |
#col1= st.columns(1)
|
48 |
#with col1:
|
49 |
#st.write(words)
|
|
|
|
|
50 |
st.write(pd.DataFrame({
|
51 |
'first column': first_half,
|
52 |
'second column': second_half,
|
|
|
47 |
#col1= st.columns(1)
|
48 |
#with col1:
|
49 |
#st.write(words)
|
50 |
+
st.write(first_half)
|
51 |
+
st.write(second_half)
|
52 |
st.write(pd.DataFrame({
|
53 |
'first column': first_half,
|
54 |
'second column': second_half,
|