Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -112,6 +112,7 @@ demo = gr.ChatInterface(
|
|
112 |
fn=respond,
|
113 |
type="messages",
|
114 |
chatbot=gr.Chatbot(
|
|
|
115 |
label="🟢H🟢",
|
116 |
placeholder="🟢-Hi, I'm H-🟢",
|
117 |
),
|
|
|
112 |
fn=respond,
|
113 |
type="messages",
|
114 |
chatbot=gr.Chatbot(
|
115 |
+
type="messages",
|
116 |
label="🟢H🟢",
|
117 |
placeholder="🟢-Hi, I'm H-🟢",
|
118 |
),
|