Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ def launch_bot():
|
|
41 |
return False
|
42 |
|
43 |
if 'cfg' not in st.session_state:
|
44 |
-
corpus_keys = str(os.environ["first, last"]).split(',')
|
45 |
cfg = OmegaConf.create({
|
46 |
# 'corpus_keys': corpus_keys,
|
47 |
# 'api_key': str(os.environ['api_key']),
|
|
|
41 |
return False
|
42 |
|
43 |
if 'cfg' not in st.session_state:
|
44 |
+
#corpus_keys = str(os.environ["first, last"]).split(',')
|
45 |
cfg = OmegaConf.create({
|
46 |
# 'corpus_keys': corpus_keys,
|
47 |
# 'api_key': str(os.environ['api_key']),
|