Spaces:
Runtime error
Runtime error
seansullivan
commited on
Commit
•
13a8675
1
Parent(s):
9402f8d
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ from operator import itemgetter
|
|
20 |
st.set_page_config(page_title="Docu-Help")
|
21 |
|
22 |
# Dropdown for namespace selection
|
23 |
-
namespace_name = st.sidebar.selectbox("Select Website:", ('crawlee'
|
24 |
|
25 |
# Read API keys from environment variables
|
26 |
OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
|
|
|
20 |
st.set_page_config(page_title="Docu-Help")
|
21 |
|
22 |
# Dropdown for namespace selection
|
23 |
+
namespace_name = st.sidebar.selectbox("Select Website:", ('crawlee'), key='namespace_name')
|
24 |
|
25 |
# Read API keys from environment variables
|
26 |
OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
|