Abbas0786 commited on
Commit
0682d23
1 Parent(s): 50de7f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = "aa4db8152e46c2f3fb19fad5d58a0ed8"
8
  openweather_api_url = "https://api.openweathermap.org/data/2.5/weather"
9
 
10
  # Set up Groq API
11
- groq_api_key = "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"
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