Spaces:
Sleeping
Sleeping
Update run.py
Browse files
run.py
CHANGED
|
@@ -56,6 +56,7 @@ with gr.Blocks(fill_height=True) as demo:
|
|
| 56 |
elem_id="chatbot",
|
| 57 |
bubble_full_width=False,
|
| 58 |
scale=1,
|
|
|
|
| 59 |
)
|
| 60 |
response_type = gr.Radio(
|
| 61 |
[
|
|
|
|
| 56 |
elem_id="chatbot",
|
| 57 |
bubble_full_width=False,
|
| 58 |
scale=1,
|
| 59 |
+
layout="panel"
|
| 60 |
)
|
| 61 |
response_type = gr.Radio(
|
| 62 |
[
|