akhaliq HF Staff commited on
Commit
229ba3b
·
verified ·
1 Parent(s): 8e31ec4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -213,8 +213,6 @@ theme = gr.themes.Soft(
213
  input_border_width="1px",
214
  input_radius="*radius_md",
215
  slider_color="*primary_500",
216
- chatbot_code_background_color="*neutral_100",
217
- chatbot_code_background_color_dark="*neutral_800",
218
  )
219
 
220
  with gr.Blocks(css=css, theme=theme, title="Video Chat with MiniCPM-V") as demo:
 
213
  input_border_width="1px",
214
  input_radius="*radius_md",
215
  slider_color="*primary_500",
 
 
216
  )
217
 
218
  with gr.Blocks(css=css, theme=theme, title="Video Chat with MiniCPM-V") as demo: