Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ import getpass
|
|
12 |
|
13 |
|
14 |
# Prompt the user to enter their Langchain API key
|
15 |
-
|
16 |
|
17 |
# Check if the API key has been provided
|
18 |
if api_key_langchain:
|
|
|
12 |
|
13 |
|
14 |
# Prompt the user to enter their Langchain API key
|
15 |
+
api_key_langchain = st.text_input("Enter your LANGCHAIN_API_KEY", type="password")
|
16 |
|
17 |
# Check if the API key has been provided
|
18 |
if api_key_langchain:
|