Spaces:
Runtime error
Runtime error
Commit ·
0eaef7f
1
Parent(s): 166c761
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ def app():
|
|
| 21 |
st.markdown("<h1 style='text-align: center; color: purple ;'>AI-Builders 3: Arcane Whales</h1>", unsafe_allow_html=True)
|
| 22 |
st.write("This project was created by Picha Jetsadapattarakul under AI Builders program.")
|
| 23 |
|
| 24 |
-
st.title("An Early Detection of Diabetic Foot Ulcers by using Planter Foot Thermogram with Vision Transformer Model
|
| 25 |
st.info("This is an image classification project that classify thermogram image of Diabetic Foot Ulcers by using Vision Transformer(ViT) model.",icon="ℹ️")
|
| 26 |
st.write("Choose sample image for classification.")
|
| 27 |
with st.expander("Choose sample image here"):
|
|
|
|
| 21 |
st.markdown("<h1 style='text-align: center; color: purple ;'>AI-Builders 3: Arcane Whales</h1>", unsafe_allow_html=True)
|
| 22 |
st.write("This project was created by Picha Jetsadapattarakul under AI Builders program.")
|
| 23 |
|
| 24 |
+
st.title("An Early Detection of Diabetic Foot Ulcers by using Planter Foot Thermogram with Vision Transformer Model ")
|
| 25 |
st.info("This is an image classification project that classify thermogram image of Diabetic Foot Ulcers by using Vision Transformer(ViT) model.",icon="ℹ️")
|
| 26 |
st.write("Choose sample image for classification.")
|
| 27 |
with st.expander("Choose sample image here"):
|