Spaces:
Runtime error
Runtime error
Commit
·
dff1960
1
Parent(s):
eaed1fc
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,7 +44,7 @@ mychatbot = gr.Chatbot(
|
|
| 44 |
|
| 45 |
demo = gr.ChatInterface(fn=generate,
|
| 46 |
chatbot=mychatbot,
|
| 47 |
-
title="DeepSoft's
|
| 48 |
retry_btn=None,
|
| 49 |
undo_btn=None
|
| 50 |
)
|
|
|
|
| 44 |
|
| 45 |
demo = gr.ChatInterface(fn=generate,
|
| 46 |
chatbot=mychatbot,
|
| 47 |
+
title="DeepSoft's Deep-Chat",
|
| 48 |
retry_btn=None,
|
| 49 |
undo_btn=None
|
| 50 |
)
|