Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -72,7 +72,7 @@ def resolve_path(p: str, images_dir: str) -> str:
|
|
| 72 |
# UI
|
| 73 |
# -----------------------------
|
| 74 |
st.set_page_config(page_title="Fashion Recommender", layout="wide")
|
| 75 |
-
st.title("
|
| 76 |
|
| 77 |
BASE = Path(__file__).resolve().parent # dit is /app/src
|
| 78 |
|
|
|
|
| 72 |
# UI
|
| 73 |
# -----------------------------
|
| 74 |
st.set_page_config(page_title="Fashion Recommender", layout="wide")
|
| 75 |
+
st.title(" Fashion Recommender ")
|
| 76 |
|
| 77 |
BASE = Path(__file__).resolve().parent # dit is /app/src
|
| 78 |
|