Update app.py
Browse files
app.py
CHANGED
@@ -88,3 +88,4 @@ if submitted and location and roof_size > 0 and electricity_bill >= 0:
|
|
88 |
st.error("Sorry, the location entered does not match any available data.")
|
89 |
else:
|
90 |
st.warning("Please fill out all fields to see your solar project estimate.")
|
|
|
|
88 |
st.error("Sorry, the location entered does not match any available data.")
|
89 |
else:
|
90 |
st.warning("Please fill out all fields to see your solar project estimate.")
|
91 |
+
|