Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ def run(message, history):
|
|
| 5 |
return "aaa"
|
| 6 |
|
| 7 |
with gr.Blocks() as demo:
|
| 8 |
-
with gr.Row():
|
| 9 |
gr.ChatInterface(
|
| 10 |
fn=run,
|
| 11 |
fill_height=True,
|
|
|
|
| 5 |
return "aaa"
|
| 6 |
|
| 7 |
with gr.Blocks() as demo:
|
| 8 |
+
with gr.Row(height=600):
|
| 9 |
gr.ChatInterface(
|
| 10 |
fn=run,
|
| 11 |
fill_height=True,
|