jonathanjordan21 commited on
Commit
baf43d1
·
verified ·
1 Parent(s): 71a59eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():