giannicrivello
commited on
Commit
•
26bd2a3
1
Parent(s):
daad2f6
test chat bot
Browse files- test/app.py +1 -0
test/app.py
CHANGED
@@ -29,6 +29,7 @@ demo = gr.ChatInterface(
|
|
29 |
textbox = gr.Textbox(placeholder="Chat with me!", scale=7),
|
30 |
title = "Test",
|
31 |
description="Chat with me!"
|
|
|
32 |
)
|
33 |
|
34 |
if __name__ == "__main__":
|
|
|
29 |
textbox = gr.Textbox(placeholder="Chat with me!", scale=7),
|
30 |
title = "Test",
|
31 |
description="Chat with me!"
|
32 |
+
examples=["hello"]
|
33 |
)
|
34 |
|
35 |
if __name__ == "__main__":
|