shaheer-data commited on
Commit
fd1fecd
·
verified ·
1 Parent(s): 295a667

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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
- # Main content
39
- st.title("Yellow Rust Severity Prediction")
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: