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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 with Groq Integration")
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")