kanneboinakumar commited on
Commit
c05c860
·
verified ·
1 Parent(s): f864b78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,6 @@ st.markdown(
59
  # Title
60
  st.title("Brain Tumor Classification")
61
  st.write("")
62
- st.write("")
63
 
64
  # Class names
65
  class_names = ['glioma_tumor', 'meningioma_tumor', 'no_tumor', 'pituitary_tumor']
@@ -77,6 +76,7 @@ model.eval()
77
  st.markdown(
78
  """
79
  <div style='
 
80
  font-weight: bold;
81
  font-size: 30px;
82
  color: black;
 
59
  # Title
60
  st.title("Brain Tumor Classification")
61
  st.write("")
 
62
 
63
  # Class names
64
  class_names = ['glioma_tumor', 'meningioma_tumor', 'no_tumor', 'pituitary_tumor']
 
76
  st.markdown(
77
  """
78
  <div style='
79
+ background-color: #f8d7da;
80
  font-weight: bold;
81
  font-size: 30px;
82
  color: black;