Update app.py
Browse files
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 |
|