AreesaAshfaq commited on
Commit
c469b78
·
verified ·
1 Parent(s): 8c7e036

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ import getpass
12
 
13
 
14
  # Prompt the user to enter their Langchain API key
15
- api_key_lanchain = 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:
 
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: