ElifGafar commited on
Commit
e0886b2
·
verified ·
1 Parent(s): 0d4f9c6

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def generate_text(prompt):
35
  demo = gr.Interface(
36
  fn=generate_text,
37
  inputs=gr.Textbox(label="What Do You Want To Learn Today?"),
38
- outputs=gr.Textbox(label="ExplainAI Assistant🤖"),
39
  title="ExplainAI"
40
  )
41
 
 
35
  demo = gr.Interface(
36
  fn=generate_text,
37
  inputs=gr.Textbox(label="What Do You Want To Learn Today?"),
38
+ outputs=gr.Textbox(label="ExplainAI Assistant🤖", lines=20),
39
  title="ExplainAI"
40
  )
41