yxmauw commited on
Commit
1b87dcf
·
verified ·
1 Parent(s): c53daef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,8 +18,8 @@ with gr.Blocks(
18
  css=".contain { display: flex !important; flex-direction: column !important; }"
19
  "#chatbot { flex-grow: 1 !important; overflow: auto !important;}"
20
  "#col { height: calc(100vh - 112px - 16px) !important; }"
21
- "#submit { cursor: pointer; "
22
- ":hover {background-color: green !important;} }",
23
  theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Martel Sans")])
24
  ) as demo:
25
  gr.Markdown("# GPT4All Chatbot")
 
18
  css=".contain { display: flex !important; flex-direction: column !important; }"
19
  "#chatbot { flex-grow: 1 !important; overflow: auto !important;}"
20
  "#col { height: calc(100vh - 112px - 16px) !important; }"
21
+ "#submit { cursor: pointer !important; "
22
+ "#submit:hover {background-color: green !important;} }",
23
  theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Martel Sans")])
24
  ) as demo:
25
  gr.Markdown("# GPT4All Chatbot")