update app.py
Browse files
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=
|
| 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 |
|