Spaces:
Runtime error
Runtime error
Timothyxxx
commited on
Commit
·
0eca8c1
1
Parent(s):
e727295
change the placeholder back to value in text in
Browse files
app.py
CHANGED
@@ -197,7 +197,7 @@ else:
|
|
197 |
|
198 |
question = st.text_input(
|
199 |
"Ask a question about the table:(Please press enter at last!!)",
|
200 |
-
|
201 |
)
|
202 |
|
203 |
button = st.button("Run!")
|
|
|
197 |
|
198 |
question = st.text_input(
|
199 |
"Ask a question about the table:(Please press enter at last!!)",
|
200 |
+
value=EXAMPLE_TABLES[selected_table_title][1],
|
201 |
)
|
202 |
|
203 |
button = st.button("Run!")
|