yxmauw commited on
Commit
67a764d
·
verified ·
1 Parent(s): ed3db2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ with gr.Blocks(
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: firebrick !important; }",
24
  theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Martel Sans")])
25
  ) as demo:
26
  gr.Markdown("# GPT4All Chatbot")
 
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: indianred !important; }",
24
  theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Martel Sans")])
25
  ) as demo:
26
  gr.Markdown("# GPT4All Chatbot")