Curaf commited on
Commit
cd0bfa3
1 Parent(s): 713356f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)