Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,5 +36,5 @@ def chat(message, history):
|
|
| 36 |
|
| 37 |
return chat_completion.choices[0].message.content
|
| 38 |
|
| 39 |
-
demo = gr.ChatInterface(fn=chat, title="
|
| 40 |
demo.launch(debug= True)
|
|
|
|
| 36 |
|
| 37 |
return chat_completion.choices[0].message.content
|
| 38 |
|
| 39 |
+
demo = gr.ChatInterface(fn=chat, title="Groq-Ai-Chabot")
|
| 40 |
demo.launch(debug= True)
|