non2013 commited on
Commit
06dcc43
·
1 Parent(s): 870d31e

update interface

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