Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ with gr.Blocks(
|
|
19 |
"#chatbot { flex-grow: 1 !important; overflow: auto !important; }"
|
20 |
"#col { height: calc(100vh - 112px - 16px) !important; }"
|
21 |
"#submit:hover { background-color: green !important; }"
|
22 |
-
"#clear_button
|
23 |
theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Martel Sans")])
|
24 |
) as demo:
|
25 |
gr.Markdown("# GPT4All Chatbot")
|
|
|
19 |
"#chatbot { flex-grow: 1 !important; overflow: auto !important; }"
|
20 |
"#col { height: calc(100vh - 112px - 16px) !important; }"
|
21 |
"#submit:hover { background-color: green !important; }"
|
22 |
+
"#clear_button { background-color: red !important; }",
|
23 |
theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Martel Sans")])
|
24 |
) as demo:
|
25 |
gr.Markdown("# GPT4All Chatbot")
|