Ashish Ranjan Karn commited on
Commit
136ff58
·
1 Parent(s): 055a3f7
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ with gr.Blocks() as demo:
74
  choose_subject = gr.Dropdown(label="Subject", choices=subjects)
75
  question_input = gr.Textbox(label="Enter question...")
76
  submit_button = gr.Button("Ask")
77
- response_output = gr.Textbox(label="Answer...")
78
 
79
  with gr.Tab("For Teachers"):
80
  gr.Markdown("Coming soon...")
 
74
  choose_subject = gr.Dropdown(label="Subject", choices=subjects)
75
  question_input = gr.Textbox(label="Enter question...")
76
  submit_button = gr.Button("Ask")
77
+ response_output = gr.Textbox(label="Answer...", lines=5)
78
 
79
  with gr.Tab("For Teachers"):
80
  gr.Markdown("Coming soon...")