Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -331,4 +331,5 @@ gr.ChatInterface(
|
|
| 331 |
title="Dave Fraas - Digital Twin",
|
| 332 |
chatbot=gr.Chatbot(avatar_images=(None, "david_fraas-rbk.png")),
|
| 333 |
description="Chat with Digital Dave. Ask me anything about my experience, services, or career!",
|
|
|
|
| 334 |
).launch()
|
|
|
|
| 331 |
title="Dave Fraas - Digital Twin",
|
| 332 |
chatbot=gr.Chatbot(avatar_images=(None, "david_fraas-rbk.png")),
|
| 333 |
description="Chat with Digital Dave. Ask me anything about my experience, services, or career!",
|
| 334 |
+
examples=["Tell me about your experience", "What services do you offer?", "How can I contact you?"],
|
| 335 |
).launch()
|