Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -137,4 +137,4 @@ with gr.Blocks(css=custom_css) as demo:
|
|
| 137 |
msg.submit(chat_with_groq, [msg, chatbot], [chatbot, msg])
|
| 138 |
clear.click(lambda: [], None, chatbot)
|
| 139 |
|
| 140 |
-
demo.launch()
|
|
|
|
| 137 |
msg.submit(chat_with_groq, [msg, chatbot], [chatbot, msg])
|
| 138 |
clear.click(lambda: [], None, chatbot)
|
| 139 |
|
| 140 |
+
demo.launch()
|