Update app.py
Browse files
app.py
CHANGED
@@ -200,7 +200,7 @@ def respond(
|
|
200 |
print("Completed response generation.")
|
201 |
|
202 |
# GRADIO UI
|
203 |
-
with gr.Blocks(theme="Nymbo/
|
204 |
# Create the chatbot component
|
205 |
chatbot = gr.Chatbot(
|
206 |
height=600,
|
|
|
200 |
print("Completed response generation.")
|
201 |
|
202 |
# GRADIO UI
|
203 |
+
with gr.Blocks(theme="Nymbo/Alyx_Theme") as demo:
|
204 |
# Create the chatbot component
|
205 |
chatbot = gr.Chatbot(
|
206 |
height=600,
|