Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,5 +19,5 @@ for msg in client.chat_completion(messages, max_tokens = 1000, temperature = 1,
|
|
| 19 |
response += token
|
| 20 |
yield response
|
| 21 |
|
| 22 |
-
|
| 23 |
chatbot.launch()
|
|
|
|
| 19 |
response += token
|
| 20 |
yield response
|
| 21 |
|
| 22 |
+
chatbot = gr.ChatInterface(fn=respond, title = "Mind Matters", description = "_put this rn_", editable = True)
|
| 23 |
chatbot.launch()
|