Leyo commited on
Commit
9c03b9a
1 Parent(s): e06976c
Files changed (1) hide show
  1. 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: 35px width: 35px !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(
 
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(