Spaces:
Sleeping
Sleeping
sync
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ This app showcases the power of **Hugging Face** for ML applications:
|
|
40 |
**Created by: Louie F. Cervantes, M.Eng. (Information Engineering)
|
41 |
(c) 2025 West Visayas State University**
|
42 |
"""
|
43 |
-
with st.expander("About
|
44 |
st.markdown(about)
|
45 |
|
46 |
# --- Dataset Exploration ---
|
|
|
40 |
**Created by: Louie F. Cervantes, M.Eng. (Information Engineering)
|
41 |
(c) 2025 West Visayas State University**
|
42 |
"""
|
43 |
+
with st.expander("About this app"):
|
44 |
st.markdown(about)
|
45 |
|
46 |
# --- Dataset Exploration ---
|