budhadityac24 commited on
Commit
45d1744
1 Parent(s): 3ead2be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,7 +150,7 @@ def get_response(input_text,client):
150
  return output
151
 
152
  def main():
153
- st.title("Weather Chatbot")
154
  client = Groq(
155
  api_key=os.getenv("GROQ_API_KEY"),
156
  )
 
150
  return output
151
 
152
  def main():
153
+ st.title("Weather Wizard")
154
  client = Groq(
155
  api_key=os.getenv("GROQ_API_KEY"),
156
  )