Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ body, .gradio-container {
|
|
122 |
.gr-chatbot .message { font-family: 'Orbitron', sans-serif !important; }
|
123 |
"""
|
124 |
|
125 |
-
with gr.Blocks(theme="
|
126 |
gr.ChatInterface(
|
127 |
fn=respond, # The function to call when a message is sent
|
128 |
chatbot=gr.Chatbot( # Configure the chatbot display area
|
|
|
122 |
.gr-chatbot .message { font-family: 'Orbitron', sans-serif !important; }
|
123 |
"""
|
124 |
|
125 |
+
with gr.Blocks(theme="Nymbo/Nymbo_Theme", head=kofi_script, css=custom_css) as demo:
|
126 |
gr.ChatInterface(
|
127 |
fn=respond, # The function to call when a message is sent
|
128 |
chatbot=gr.Chatbot( # Configure the chatbot display area
|