nnsohamnn commited on
Commit
f527b68
·
verified ·
1 Parent(s): 1f3d130

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ interface = gr.ChatInterface(
53
  GPT architecture, this model is trained on the DailyDialog dataset to
54
  provide conversational responses.""",
55
  theme="default",
56
- examples=["Hi, how are you?", "Tell me a fun fact!"]
57
  )
58
 
59
 
 
53
  GPT architecture, this model is trained on the DailyDialog dataset to
54
  provide conversational responses.""",
55
  theme="default",
56
+ examples=["How are you?", "What is your favorite hobby?."]
57
  )
58
 
59