CosmoAI commited on
Commit
b593708
·
1 Parent(s): 3ddd352

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import streamlit as st
4
  cookie_path = 'cookies.json'
5
  chatbot = hugchat.ChatBot(cookie_path=cookie_path)
6
 
7
- response = await chatbot.start_conversation('Hello!')
8
  print(response)
9
 
10
  # chatbot = hugchat.ChatBot(cookie_path="home/user/cookies.json")
 
4
  cookie_path = 'cookies.json'
5
  chatbot = hugchat.ChatBot(cookie_path=cookie_path)
6
 
7
+ response = chatbot.start_conversation('Hello!')
8
  print(response)
9
 
10
  # chatbot = hugchat.ChatBot(cookie_path="home/user/cookies.json")