Spaces:
Paused
Paused
bigger
Browse files- app_dialogue.py +1 -1
app_dialogue.py
CHANGED
|
@@ -286,7 +286,7 @@ chatbot = gr.Chatbot(
|
|
| 286 |
)
|
| 287 |
|
| 288 |
|
| 289 |
-
with gr.Blocks(fill_height=True, css=""".gradio-container .avatar-container {height:
|
| 290 |
# model selector should be set to `visbile=False` ultimately
|
| 291 |
with gr.Row(elem_id="model_selector_row"):
|
| 292 |
model_selector = gr.Dropdown(
|
|
|
|
| 286 |
)
|
| 287 |
|
| 288 |
|
| 289 |
+
with gr.Blocks(fill_height=True, css=""".gradio-container .avatar-container {height: 40px width: 40px !important;}""") as demo:
|
| 290 |
# model selector should be set to `visbile=False` ultimately
|
| 291 |
with gr.Row(elem_id="model_selector_row"):
|
| 292 |
model_selector = gr.Dropdown(
|