Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -35,9 +35,8 @@ st.sidebar.markdown('<p style="color: #555;">Upload an image of the wheat leaf t
|
|
35 |
uploaded_file = st.sidebar.file_uploader("Upload Wheat Leaf Image", type=["jpg", "jpeg", "png"])
|
36 |
st.sidebar.markdown("---")
|
37 |
|
38 |
-
#
|
39 |
-
st.
|
40 |
-
st.markdown('<p style="text-align: center; color: #2F4F4F; font-size: 30px; font-weight: bold;">Yellow Rust Severity Prediction Dashboard</p>', unsafe_allow_html=True)
|
41 |
|
42 |
# Display the uploaded image
|
43 |
if uploaded_file is not None:
|
|
|
35 |
uploaded_file = st.sidebar.file_uploader("Upload Wheat Leaf Image", type=["jpg", "jpeg", "png"])
|
36 |
st.sidebar.markdown("---")
|
37 |
|
38 |
+
# main content
|
39 |
+
st.markdown('<p style="text-align: center; color: #e8f52f; font-size: 40px; font-weight: bold;">Yellow Rust Severity Prediction Dashboard</p>', unsafe_allow_html=True)
|
|
|
40 |
|
41 |
# Display the uploaded image
|
42 |
if uploaded_file is not None:
|