Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -122,6 +122,6 @@ chatbot = gr.ChatInterface(
|
|
| 122 |
title="Skin Chatbot!",
|
| 123 |
type='messages')
|
| 124 |
#defining my chatbot so user can interact, see their conversation and send new messages
|
| 125 |
-
|
| 126 |
|
| 127 |
chatbot.launch()
|
|
|
|
| 122 |
title="Skin Chatbot!",
|
| 123 |
type='messages')
|
| 124 |
#defining my chatbot so user can interact, see their conversation and send new messages
|
| 125 |
+
|
| 126 |
|
| 127 |
chatbot.launch()
|