Update app.py
Browse files
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)
|