yxmauw commited on
Commit
8dd94a3
1 Parent(s): d35ab4e

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
- theme=gr.themes.Default(primary_hue=gr.themes.colors.green),
22
- font=[gr.themes.GoogleFont("Martel Sans")]
23
  ) as demo:
24
  gr.Markdown("# GPT4All Chatbot")
25
  with gr.Row():
 
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
+ theme=gr.themes.Default(primary_hue=gr.themes.colors.green,
22
+ font=[gr.themes.GoogleFont("Martel Sans")])
23
  ) as demo:
24
  gr.Markdown("# GPT4All Chatbot")
25
  with gr.Row():