saicharantej commited on
Commit
edb9a17
·
verified ·
1 Parent(s): faf6185

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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