RitvikPW commited on
Commit
6683cdb
·
verified ·
1 Parent(s): b8e5947

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def generate_answer_stream(question):
79
  demo = gr.Interface(
80
  fn=generate_answer_stream,
81
  inputs=gr.Textbox(lines=4, label="Enter a Math Question"),
82
- outputs=gr.Textbox(label="Model's Response", lines=10),
83
  examples=examples,
84
  title="Aryabhata 1.0",
85
  description="",
 
79
  demo = gr.Interface(
80
  fn=generate_answer_stream,
81
  inputs=gr.Textbox(lines=4, label="Enter a Math Question"),
82
+ outputs=gr.Textbox(label="Model's Response"),
83
  examples=examples,
84
  title="Aryabhata 1.0",
85
  description="",