BeyzaTopbas commited on
Commit
9ccdfa8
·
verified ·
1 Parent(s): df8ca15

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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("🧥 Fashion Deep Learning Recommender (mini-set ok)")
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