Spaces:
Runtime error
Runtime error
Timothyxxx
commited on
Commit
·
bb2c064
1
Parent(s):
6e02b9f
Debug
Browse files
app.py
CHANGED
@@ -186,6 +186,7 @@ if 'question' not in st.session_state:
|
|
186 |
"Ask a question about the table:",
|
187 |
value=EXAMPLE_TABLES[selected_table_title][1],
|
188 |
)
|
|
|
189 |
else:
|
190 |
question = st.text_input(
|
191 |
"Ask a question about the table:",
|
|
|
186 |
"Ask a question about the table:",
|
187 |
value=EXAMPLE_TABLES[selected_table_title][1],
|
188 |
)
|
189 |
+
st.session_state.question = question
|
190 |
else:
|
191 |
question = st.text_input(
|
192 |
"Ask a question about the table:",
|