Update app.py
Browse files
app.py
CHANGED
@@ -31,4 +31,4 @@ chat_interface = gr.Interface(
|
|
31 |
title="My Chatbot",
|
32 |
description="Mom: We have ChatGPT at Home, \n ChatGPT at Home:"
|
33 |
)
|
34 |
-
chat_interface.launch()
|
|
|
31 |
title="My Chatbot",
|
32 |
description="Mom: We have ChatGPT at Home, \n ChatGPT at Home:"
|
33 |
)
|
34 |
+
chat_interface.launch()
|