yxmauw commited on
Commit
f520c78
1 Parent(s): c038e06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -22,8 +22,8 @@ with gr.Blocks(
22
  # "#submit:hover { background-color: green !important; }"
23
  # "#clear { background-color: darkred !important; }",
24
  theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Martel Sans")]).set(
25
- *button_cancel_background_fill_hover_dark='darkred',
26
- *button_cancel_background_fill_hover='darkred'
27
  )
28
  ) as demo:
29
  gr.Markdown("# GPT4All Chatbot")
 
22
  # "#submit:hover { background-color: green !important; }"
23
  # "#clear { background-color: darkred !important; }",
24
  theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Martel Sans")]).set(
25
+ button_cancel_background_fill_hover_dark='*darkred',
26
+ button_cancel_background_fill_hover='*darkred'
27
  )
28
  ) as demo:
29
  gr.Markdown("# GPT4All Chatbot")