Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ groq_api_key = "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"
|
|
12 |
client = Groq(api_key=groq_api_key)
|
13 |
|
14 |
# Streamlit UI
|
15 |
-
st.title("Real-time Weather App
|
16 |
|
17 |
# City input
|
18 |
city = st.text_input("Enter city name")
|
|
|
12 |
client = Groq(api_key=groq_api_key)
|
13 |
|
14 |
# Streamlit UI
|
15 |
+
st.title("Real-time Weather App")
|
16 |
|
17 |
# City input
|
18 |
city = st.text_input("Enter city name")
|