non2013 commited on
Commit
5b6e62c
·
1 Parent(s): 06dcc43

update interface

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ interface = gr.Interface(
78
  fn=classify_question,
79
  inputs=[
80
  gr.Textbox(lines=2, placeholder="Enter your question here..."),
81
- gr.Dropdown(example_questions, label="Select an example question:")
82
  ],
83
  outputs=[
84
  "text", # Output for label
 
78
  fn=classify_question,
79
  inputs=[
80
  gr.Textbox(lines=2, placeholder="Enter your question here..."),
81
+ # gr.Dropdown(example_questions, label="Select an example question:")
82
  ],
83
  outputs=[
84
  "text", # Output for label