Timothyxxx commited on
Commit
0e410e2
·
1 Parent(s): ab8d087
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -183,7 +183,7 @@ else:
183
 
184
  question = st.text_input(
185
  "Ask a question about the table:",
186
- value=EXAMPLE_TABLES[selected_table_title][1]
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: