Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|