Spaces:
Runtime error
Runtime error
Timothyxxx
commited on
Commit
·
0e410e2
1
Parent(s):
ab8d087
Debug
Browse files
app.py
CHANGED
@@ -183,7 +183,7 @@ else:
|
|
183 |
|
184 |
question = st.text_input(
|
185 |
"Ask a question about the table:",
|
186 |
-
|
187 |
)
|
188 |
button = st.button("Run! Generate Binder program to solve the question.")
|
189 |
if not button:
|
|
|
183 |
|
184 |
question = st.text_input(
|
185 |
"Ask a question about the table:",
|
186 |
+
placeholder=EXAMPLE_TABLES[selected_table_title][1]
|
187 |
)
|
188 |
button = st.button("Run! Generate Binder program to solve the question.")
|
189 |
if not button:
|