Spaces:
Sleeping
Sleeping
sync with remote
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def main():
|
|
60 |
impact of hyperparameter tuning and visualize the predictions.
|
61 |
|
62 |
Created by Louie F. Cervantes, M.Eng. (Information Engineering)"""
|
63 |
-
with st.expander("About"):
|
64 |
st.markdown(about)
|
65 |
|
66 |
# Tabs for each problem
|
|
|
60 |
impact of hyperparameter tuning and visualize the predictions.
|
61 |
|
62 |
Created by Louie F. Cervantes, M.Eng. (Information Engineering)"""
|
63 |
+
with st.expander("About this App"):
|
64 |
st.markdown(about)
|
65 |
|
66 |
# Tabs for each problem
|