Update app.py
Browse files
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 =
|
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")
|