Spaces:
Runtime error
Runtime error
Commit
·
83e3743
1
Parent(s):
d1a70bc
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ with demo:
|
|
44 |
"""
|
45 |
)
|
46 |
state = gr.Variable(value=[])
|
47 |
-
chatbot = gr.Chatbot(color_map=("
|
48 |
text = gr.Textbox(
|
49 |
label="Talk to Morty here... (press enter to submit)",
|
50 |
value="How are you?",
|
|
|
44 |
"""
|
45 |
)
|
46 |
state = gr.Variable(value=[])
|
47 |
+
chatbot = gr.Chatbot(color_map=("##00ff7f","#00d5ff"))
|
48 |
text = gr.Textbox(
|
49 |
label="Talk to Morty here... (press enter to submit)",
|
50 |
value="How are you?",
|