Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -564,6 +564,7 @@ with gr.Blocks(css="""
|
|
| 564 |
interactive=False,
|
| 565 |
value="Generate responses to start the battle! π",
|
| 566 |
visible=True # Always visible
|
|
|
|
| 567 |
)
|
| 568 |
|
| 569 |
with gr.Row(visible=False) as model_names_row:
|
|
|
|
| 564 |
interactive=False,
|
| 565 |
value="Generate responses to start the battle! π",
|
| 566 |
visible=True # Always visible
|
| 567 |
+
lines=4
|
| 568 |
)
|
| 569 |
|
| 570 |
with gr.Row(visible=False) as model_names_row:
|