Spaces:
Runtime error
Runtime error
Commit ·
9ee54f1
1
Parent(s): 65024c9
change sidebar text color to purple
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ sample_img = {
|
|
| 19 |
def app():
|
| 20 |
with st.sidebar:
|
| 21 |
st.image("resources/AIB_logo.png")
|
| 22 |
-
st.markdown("<h1 style='text-align: center; '>AI-Builders 3: Arcane Whales</h1>", unsafe_allow_html=True)
|
| 23 |
st.write("This project was creted by Picha Jetsadapattarakul under AI-Builders program.")
|
| 24 |
|
| 25 |
st.title("Diabetic Foot Ulcers Classification by using planter foot Thermogram")
|
|
|
|
| 19 |
def app():
|
| 20 |
with st.sidebar:
|
| 21 |
st.image("resources/AIB_logo.png")
|
| 22 |
+
st.markdown("<h1 style='text-align: center; color: purple ;'>AI-Builders 3: Arcane Whales</h1>", unsafe_allow_html=True)
|
| 23 |
st.write("This project was creted by Picha Jetsadapattarakul under AI-Builders program.")
|
| 24 |
|
| 25 |
st.title("Diabetic Foot Ulcers Classification by using planter foot Thermogram")
|