Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from hugchat.login import Login
|
|
3 |
import streamlit as st
|
4 |
|
5 |
# Log in to huggingface and grant authorization to huggingchat
|
6 |
-
sign = Login([email protected], @_3SegZXGjrjff/)
|
7 |
cookies = sign.login()
|
8 |
|
9 |
# Save cookies to the local directory
|
|
|
3 |
import streamlit as st
|
4 |
|
5 |
# Log in to huggingface and grant authorization to huggingchat
|
6 |
+
sign = Login("[email protected]", "@_3SegZXGjrjff/")
|
7 |
cookies = sign.login()
|
8 |
|
9 |
# Save cookies to the local directory
|