Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
from hugchat import hugchat
|
3 |
|
4 |
-
chatbot = hugchat.ChatBot(cookie_path="cookies.json")
|
5 |
# Nuova a conversazione
|
6 |
id = chatbot.new_conversation()
|
7 |
chatbot.change_conversation(id)
|
|
|
1 |
import gradio as gr
|
2 |
from hugchat import hugchat
|
3 |
|
4 |
+
chatbot = hugchat.ChatBot(cookie_path="./cookies.json")
|
5 |
# Nuova a conversazione
|
6 |
id = chatbot.new_conversation()
|
7 |
chatbot.change_conversation(id)
|