Spaces:
Sleeping
Sleeping
Update app.py
Browse filesremove trailing spaces at top
app.py
CHANGED
|
@@ -194,6 +194,7 @@ st.markdown(
|
|
| 194 |
)
|
| 195 |
|
| 196 |
# --- Page Title and Intro ---
|
|
|
|
| 197 |
st.title("Food Vision Demo App 🍔🧠")
|
| 198 |
st.header("A food vision app using a CNN model fine-tuned on EfficientNet.")
|
| 199 |
st.divider()
|
|
|
|
| 194 |
)
|
| 195 |
|
| 196 |
# --- Page Title and Intro ---
|
| 197 |
+
st.divider()
|
| 198 |
st.title("Food Vision Demo App 🍔🧠")
|
| 199 |
st.header("A food vision app using a CNN model fine-tuned on EfficientNet.")
|
| 200 |
st.divider()
|