Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ demo = gr.ChatInterface(
|
|
| 56 |
label="Top-p (nucleus sampling)",
|
| 57 |
),
|
| 58 |
],
|
| 59 |
-
title="Welcome to Design Thinking Cortex",description="It is a collection of assistants", examples=["Mindmap","Empathy map"]
|
| 60 |
)
|
| 61 |
|
| 62 |
|
|
|
|
| 56 |
label="Top-p (nucleus sampling)",
|
| 57 |
),
|
| 58 |
],
|
| 59 |
+
title="Welcome to Design Thinking Cortex",description="It is a collection of assistants", examples=[["Mindmap","Empathy map"]]
|
| 60 |
)
|
| 61 |
|
| 62 |
|