mtyrrell commited on
Commit
d4df53f
·
1 Parent(s): 0d7227b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -260,12 +260,12 @@ else:
260
 
261
 
262
 
263
- text = st.text_area('Enter your question in the text box below using natural language or select an example from above:')
264
 
265
  # if selected_example == "-":
266
  # text = st.text_area('Enter your question in the text box below using natural language or select an example from above:')
267
- # else:
268
- # text = st.text_area('Enter your question in the text box below using natural language or select an example from above:', value=selected_example)
269
 
270
 
271
  if st.button('Submit'):
 
260
 
261
 
262
 
263
+ # text = st.text_area('Enter your question in the text box below using natural language or select an example from above:')
264
 
265
  # if selected_example == "-":
266
  # text = st.text_area('Enter your question in the text box below using natural language or select an example from above:')
267
+ else:
268
+ text = st.text_area('Enter your question in the text box below using natural language or select an example from above:', value=selected_example)
269
 
270
 
271
  if st.button('Submit'):