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

update app.py

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