Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -6,7 +6,7 @@ from PIL import Image
|
|
| 6 |
|
| 7 |
# --- CONFIG ---
|
| 8 |
st.set_page_config(layout="wide", page_title="Semantic-Drive Explorer", page_icon="π")
|
| 9 |
-
DATA_FILE = "demo_data.jsonl"
|
| 10 |
|
| 11 |
# --- SIDEBAR ---
|
| 12 |
st.sidebar.title("π Semantic-Drive")
|
|
|
|
| 6 |
|
| 7 |
# --- CONFIG ---
|
| 8 |
st.set_page_config(layout="wide", page_title="Semantic-Drive Explorer", page_icon="π")
|
| 9 |
+
DATA_FILE = "hf_demo_pack/demo_data.jsonl"
|
| 10 |
|
| 11 |
# --- SIDEBAR ---
|
| 12 |
st.sidebar.title("π Semantic-Drive")
|