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