Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ if not api_key:
|
|
| 14 |
st.error("API key is missing! Please check your .env file or set the environment variable.")
|
| 15 |
else:
|
| 16 |
# Initialize Groq client with the API key
|
| 17 |
-
client = Groq(api_key=
|
| 18 |
|
| 19 |
# Custom CSS to style headings and overall appearance
|
| 20 |
st.markdown("""
|
|
|
|
| 14 |
st.error("API key is missing! Please check your .env file or set the environment variable.")
|
| 15 |
else:
|
| 16 |
# Initialize Groq client with the API key
|
| 17 |
+
client = Groq(api_key=GROQ_API_KEY)
|
| 18 |
|
| 19 |
# Custom CSS to style headings and overall appearance
|
| 20 |
st.markdown("""
|