Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ngebodh
/
SimpleChatbot
like
28
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
ngebodh
commited on
Mar 1, 2024
Commit
4aaa844
·
verified
·
1 Parent(s):
ac02b56
updated
Browse files
Files changed (1)
hide
show
app.py
+0
-3
app.py
CHANGED
Viewed
@@ -7,9 +7,6 @@ from dotenv import load_dotenv, dotenv_values
7
load_dotenv()
8
9
10
-
if 'key' not in st.session_state:
11
-
st.session_state['key'] = 'value'
12
-
13
14
15
7
load_dotenv()
8
9
10
11
12