CosmoAI commited on
Commit
b22fe84
·
1 Parent(s): 9591d87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -54,8 +54,8 @@ import time
54
  chatbot = hugchat.ChatBot(cookie_path="cookies.json")
55
 
56
  # New a conversation (ignore error)
57
- id = chatbot.new_conversation()
58
- chatbot.change_conversation(id)
59
 
60
 
61
  def get_answer(data):
 
54
  chatbot = hugchat.ChatBot(cookie_path="cookies.json")
55
 
56
  # New a conversation (ignore error)
57
+ # id = chatbot.new_conversation()
58
+ # chatbot.change_conversation(id)
59
 
60
 
61
  def get_answer(data):