pratikshahp commited on
Commit
d775e87
·
verified ·
1 Parent(s): af2f4bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -93,6 +93,7 @@ if st.button("Get Weather Information and Review"):
93
  unsafe_allow_html=True
94
  )
95
 
 
96
  except Exception as e:
97
  st.error(f"Error generating weather review: {e}")
98
  else:
 
93
  unsafe_allow_html=True
94
  )
95
 
96
+
97
  except Exception as e:
98
  st.error(f"Error generating weather review: {e}")
99
  else: