Spaces:
Runtime error
Runtime error
Commit ·
0caa784
1
Parent(s): 5c9ca93
Update app.py
Browse files
app.py
CHANGED
|
@@ -84,7 +84,7 @@ else :
|
|
| 84 |
|
| 85 |
|
| 86 |
if st.session_state.query_bool:
|
| 87 |
-
st.dataframe(df)
|
| 88 |
with st.form("my_form"):
|
| 89 |
cols = list(st.session_state.df.columns)
|
| 90 |
desc = st.radio("Description Column (e.g. description)", cols)
|
|
|
|
| 84 |
|
| 85 |
|
| 86 |
if st.session_state.query_bool:
|
| 87 |
+
st.dataframe(st.session_state.df)
|
| 88 |
with st.form("my_form"):
|
| 89 |
cols = list(st.session_state.df.columns)
|
| 90 |
desc = st.radio("Description Column (e.g. description)", cols)
|