Update app.py
Browse files
app.py
CHANGED
@@ -18,9 +18,7 @@ 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.
|
22 |
-
primary_hue="green",
|
23 |
-
secondary_hue="green")
|
24 |
) as demo:
|
25 |
gr.Markdown("# GPT4All Chatbot")
|
26 |
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.Soft(font=[gr.themes.GoogleFont("Martel Sans")])
|
|
|
|
|
22 |
) as demo:
|
23 |
gr.Markdown("# GPT4All Chatbot")
|
24 |
with gr.Row():
|