Nitish-py commited on
Commit
ff83eb6
·
1 Parent(s): cf92df6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def main():
40
  placeholder.empty()
41
  placeholder.title("your openai api key")
42
  global api
43
- api=st.text_input("enter here")
44
  if st.button("Load API Key"):
45
  # Set the environment variable with the provided API key
46
  set_environment_variable(api)
 
40
  placeholder.empty()
41
  placeholder.title("your openai api key")
42
  global api
43
+ api=st.text_input("enter your openai api key here")
44
  if st.button("Load API Key"):
45
  # Set the environment variable with the provided API key
46
  set_environment_variable(api)