Update app.py
Browse files
app.py
CHANGED
@@ -58,6 +58,9 @@ custom_css = """
|
|
58 |
.gradio-container {
|
59 |
background-color: #EEE7DA;
|
60 |
}
|
|
|
|
|
|
|
61 |
"""
|
62 |
demo = gr.ChatInterface(
|
63 |
respond,
|
|
|
58 |
.gradio-container {
|
59 |
background-color: #EEE7DA;
|
60 |
}
|
61 |
+
.gradio-title {
|
62 |
+
color: #EF4040;
|
63 |
+
}
|
64 |
"""
|
65 |
demo = gr.ChatInterface(
|
66 |
respond,
|