Timothyxxx commited on
Commit
0eca8c1
·
1 Parent(s): e727295

change the placeholder back to value in text in

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- placeholder=EXAMPLE_TABLES[selected_table_title][1],
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!")