AreesaAshfaq commited on
Commit
f8730ec
·
verified ·
1 Parent(s): 812e3d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ api_key_Groq = st.text_input("Enter your Groq_API_KEY", type="password")
18
 
19
  # Check if both API keys have been provided
20
  if not api_key_langchain or not api_key_Groq:
21
- st.write("Please enter both API keys.")
22
  else:
23
  st.write("Both API keys are set.")
24
 
 
18
 
19
  # Check if both API keys have been provided
20
  if not api_key_langchain or not api_key_Groq:
21
+ st.write("Please enter both API keys if you want to access this app.")
22
  else:
23
  st.write("Both API keys are set.")
24