Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -82,6 +82,7 @@ def main():
|
|
82 |
pass
|
83 |
else:
|
84 |
# Set the environment variable
|
|
|
85 |
os.environ['NOMIC_API_KEY'] = nomic_apikey
|
86 |
|
87 |
if website_url is None or website_url == "":
|
|
|
82 |
pass
|
83 |
else:
|
84 |
# Set the environment variable
|
85 |
+
st.write(nomic_apikey)
|
86 |
os.environ['NOMIC_API_KEY'] = nomic_apikey
|
87 |
|
88 |
if website_url is None or website_url == "":
|