Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ def chat(prompt):
|
|
| 25 |
demo = gr.Interface(
|
| 26 |
fn=chat,
|
| 27 |
inputs=gr.Textbox(
|
| 28 |
-
lines=
|
| 29 |
label="Prompt",
|
| 30 |
placeholder="Type your message here..."
|
| 31 |
),
|
|
|
|
| 25 |
demo = gr.Interface(
|
| 26 |
fn=chat,
|
| 27 |
inputs=gr.Textbox(
|
| 28 |
+
lines=18,
|
| 29 |
label="Prompt",
|
| 30 |
placeholder="Type your message here..."
|
| 31 |
),
|