giannicrivello
commited on
Commit
•
886d6c2
1
Parent(s):
ffb5b36
test chat bot
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ demo = gr.ChatInterface(
|
|
28 |
chatbot = gr.Chatbot(height=500),
|
29 |
textbox = gr.Textbox(placeholder="Chat with me!", scale=7),
|
30 |
title = "Test",
|
31 |
-
description="Chat with me!"
|
32 |
examples=["hello"]
|
33 |
)
|
34 |
|
|
|
28 |
chatbot = gr.Chatbot(height=500),
|
29 |
textbox = gr.Textbox(placeholder="Chat with me!", scale=7),
|
30 |
title = "Test",
|
31 |
+
description="Chat with me!",
|
32 |
examples=["hello"]
|
33 |
)
|
34 |
|