jinggujiwoo7 commited on
Commit
e55f380
1 Parent(s): ad6d0f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ with gr.Blocks() as demo:
31
  with gr.Tab("Teacher's Question"):
32
  question_input = gr.Textbox(lines=2, placeholder="Enter your question here...", label="Teacher's Question")
33
  submit_question = gr.Button("Submit")
34
- output_question = gr.Textbox(label="Submitted Question", interactive=False)
35
  submit_question.click(fn=teacher_question, inputs=question_input, outputs=output_question)
36
 
37
  with gr.Tab("Record Voice"):
 
31
  with gr.Tab("Teacher's Question"):
32
  question_input = gr.Textbox(lines=2, placeholder="Enter your question here...", label="Teacher's Question")
33
  submit_question = gr.Button("Submit")
34
+ output_question = gr.Textbox(label="Question", interactive=False)
35
  submit_question.click(fn=teacher_question, inputs=question_input, outputs=output_question)
36
 
37
  with gr.Tab("Record Voice"):