nnsohamnn commited on
Commit
6f75a4f
·
verified ·
1 Parent(s): c0decd0

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=["Hi, how are you?", "Tell me a fun fact!"]
57
  )
58
 
59