Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -86,7 +86,7 @@ demo = gr.ChatInterface(
|
|
| 86 |
fn=respond,
|
| 87 |
title="☀️ 7Solar Assistant",
|
| 88 |
description="Ask me anything about 7Solar's services and documentation",
|
| 89 |
-
examples=["What
|
| 90 |
cache_examples=False
|
| 91 |
)
|
| 92 |
|
|
|
|
| 86 |
fn=respond,
|
| 87 |
title="☀️ 7Solar Assistant",
|
| 88 |
description="Ask me anything about 7Solar's services and documentation",
|
| 89 |
+
examples=["What is 7Solar.pk?", "How does the registration process work?"],
|
| 90 |
cache_examples=False
|
| 91 |
)
|
| 92 |
|