Shami96 commited on
Commit
64324d8
·
verified ·
1 Parent(s): 8165700

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 solar packages do you offer?", "How does the registration process work?"],
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