Leyo commited on
Commit
e06976c
β€’
1 Parent(s): b8a6c81

Update app_dialogue.py

Browse files
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=".message-wrap.svelte-1lcyrx4>div.svelte-1lcyrx4 img { width: auto; max-width: 30%; height: auto; max-height: 30%;} .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: 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(