Paul-Joshi commited on
Commit
e1cdb07
·
verified ·
1 Parent(s): 70c6a0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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 == "":