Spaces:
Sleeping
Sleeping
jonathanjordan21
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ from langchain_core.runnables.history import RunnableWithMessageHistory
|
|
21 |
|
22 |
@st.cache_data
|
23 |
def get_df():
|
24 |
-
return pickle.load("ebesha_ticket_df.pkl")
|
25 |
|
26 |
@st.cache_data
|
27 |
def get_unique_values():
|
|
|
21 |
|
22 |
@st.cache_data
|
23 |
def get_df():
|
24 |
+
return pickle.load(open("ebesha_ticket_df.pkl", "rb"))
|
25 |
|
26 |
@st.cache_data
|
27 |
def get_unique_values():
|