mtyrrell commited on
Commit
fcaa14b
1 Parent(s): 5572764

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -258,8 +258,10 @@ else:
258
  client = InferenceClient()
259
 
260
 
261
- if selected_example == "-":
262
- text = st.text_area('Enter your question in the text box below using natural language or select an example from above:')
 
 
263
  # else:
264
  # text = st.text_area('Enter your question in the text box below using natural language or select an example from above:', value=selected_example)
265
 
 
258
  client = InferenceClient()
259
 
260
 
261
+ text = st.text_area('Enter your question in the text box below using natural language or select an example from above:', value=selected_example)
262
+
263
+ # if selected_example == "-":
264
+ # text = st.text_area('Enter your question in the text box below using natural language or select an example from above:')
265
  # else:
266
  # text = st.text_area('Enter your question in the text box below using natural language or select an example from above:', value=selected_example)
267