Update app.py
Browse files
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:
|
82 |
margin-bottom: 10px;
|
83 |
'>
|
84 |
-
📤 Upload
|
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
|