Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,6 @@ def respond(
|
|
44 |
yield response
|
45 |
|
46 |
demo = gr.ChatInterface(
|
47 |
-
theme="Nymbo/Nymbo_Theme",
|
48 |
respond,
|
49 |
additional_inputs=[
|
50 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
|
|
44 |
yield response
|
45 |
|
46 |
demo = gr.ChatInterface(
|
|
|
47 |
respond,
|
48 |
additional_inputs=[
|
49 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|