Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -32,7 +32,7 @@ embed_model, llm = load_models()
|
|
| 32 |
# ==============================
|
| 33 |
@st.cache_data
|
| 34 |
def load_data():
|
| 35 |
-
df = pd.read_csv("
|
| 36 |
return df
|
| 37 |
|
| 38 |
df = load_data()
|
|
|
|
| 32 |
# ==============================
|
| 33 |
@st.cache_data
|
| 34 |
def load_data():
|
| 35 |
+
df = pd.read_csv("src/company_sample.csv")
|
| 36 |
return df
|
| 37 |
|
| 38 |
df = load_data()
|