Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,9 +30,8 @@ def respond(message, history):
|
|
| 30 |
# Create the chat interface
|
| 31 |
demo = gr.ChatInterface(
|
| 32 |
fn=respond,
|
| 33 |
-
title="Simple Chat
|
| 34 |
-
|
| 35 |
-
examples=["hello", "how are you", "thank you", "bye"]
|
| 36 |
)
|
| 37 |
|
| 38 |
if __name__ == "__main__":
|
|
|
|
| 30 |
# Create the chat interface
|
| 31 |
demo = gr.ChatInterface(
|
| 32 |
fn=respond,
|
| 33 |
+
title="Simple test Chat bot",
|
| 34 |
+
|
|
|
|
| 35 |
)
|
| 36 |
|
| 37 |
if __name__ == "__main__":
|