Alexvatti commited on
Commit
fd8076b
·
verified ·
1 Parent(s): 297933e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Yeid Prediction </h2>
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)