Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ngebodh/SimpleChatbot
ngebodh
/
SimpleChatbot-Backup
like
0
Runtime error
App
Files
Files
Community
ngebodh
commited on
Mar 1
Commit
4aaa844
•
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