yxmauw commited on
Commit
b40c8f9
·
verified ·
1 Parent(s): 02a896e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -19,9 +19,12 @@ with gr.Blocks(
19
  css=".contain { display: flex !important; flex-direction: column !important; }"
20
  "#chatbot { flex-grow: 1 !important; overflow: auto !important; }"
21
  "#col { height: calc(100vh - 112px - 16px) !important; }"
22
- "#submit:hover { background-color: green !important; }"
23
- "#clear { background-color: darkred !important; }",
24
- theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Martel Sans")])
 
 
 
25
  ) as demo:
26
  gr.Markdown("# GPT4All Chatbot")
27
  with gr.Row():
 
19
  css=".contain { display: flex !important; flex-direction: column !important; }"
20
  "#chatbot { flex-grow: 1 !important; overflow: auto !important; }"
21
  "#col { height: calc(100vh - 112px - 16px) !important; }"
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")
30
  with gr.Row():