Update app.py
Browse files
app.py
CHANGED
@@ -4,11 +4,11 @@ from groq import Groq
|
|
4 |
|
5 |
# Set up API keys and URLs
|
6 |
# Use your OpenWeatherMap API key
|
7 |
-
openweather_api_key = "
|
8 |
openweather_api_url = "https://api.openweathermap.org/data/2.5/weather"
|
9 |
|
10 |
# Set up Groq API
|
11 |
-
groq_api_key = "
|
12 |
client = Groq(api_key=groq_api_key)
|
13 |
|
14 |
# Streamlit UI
|
|
|
4 |
|
5 |
# Set up API keys and URLs
|
6 |
# Use your OpenWeatherMap API key
|
7 |
+
openweather_api_key = "aa4db8152e46c2f3fb19fad5d58a0ed8ddssd"
|
8 |
openweather_api_url = "https://api.openweathermap.org/data/2.5/weather"
|
9 |
|
10 |
# Set up Groq API
|
11 |
+
groq_api_key = "gsk_loI5Z6fHhtPZo25YmryjWGdyb3FYdfrw1oxGVCfZkwXRE79BAgHCO7c"
|
12 |
client = Groq(api_key=groq_api_key)
|
13 |
|
14 |
# Streamlit UI
|