kanneboinakumar commited on
Commit
13ec28b
·
verified ·
1 Parent(s): 955132c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -59,6 +59,7 @@ st.markdown(
59
  )
60
  # Title
61
  st.title("Brain Tumor Classification")
 
62
 
63
  # Class names
64
  class_names = ['glioma_tumor', 'meningioma_tumor', 'no_tumor', 'pituitary_tumor']
@@ -78,10 +79,10 @@ st.markdown(
78
  <div style='
79
  font-weight: bold;
80
  font-size: 30px;
81
- color: #FF69B4;
82
  margin-bottom: 10px;
83
  '>
84
- 📤 Upload an Scan Image
85
  </div>
86
  """,
87
  unsafe_allow_html=True
 
59
  )
60
  # Title
61
  st.title("Brain Tumor Classification")
62
+ st.write("")
63
 
64
  # Class names
65
  class_names = ['glioma_tumor', 'meningioma_tumor', 'no_tumor', 'pituitary_tumor']
 
79
  <div style='
80
  font-weight: bold;
81
  font-size: 30px;
82
+ color: black;
83
  margin-bottom: 10px;
84
  '>
85
+ 📤 Upload a Scan Image
86
  </div>
87
  """,
88
  unsafe_allow_html=True