Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import joblib
|
|
3 |
|
4 |
html_temp = """
|
5 |
<div style="background-color:lightgreen;padding:10px">
|
6 |
-
<h2 style="color:white;text-align:center;">Crop
|
7 |
</div>
|
8 |
"""
|
9 |
st.markdown(html_temp, unsafe_allow_html=True)
|
|
|
3 |
|
4 |
html_temp = """
|
5 |
<div style="background-color:lightgreen;padding:10px">
|
6 |
+
<h2 style="color:white;text-align:center;">Crop Yield Prediction </h2>
|
7 |
</div>
|
8 |
"""
|
9 |
st.markdown(html_temp, unsafe_allow_html=True)
|