tonyliu404 commited on
Commit
a8be7a3
·
verified ·
1 Parent(s): 1c6bd23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,5 +17,5 @@ from langchain.schema.runnable import RunnablePassthrough
17
  from langchain.schema.output_parser import StrOutputParser
18
  from langchain_core.messages import HumanMessage, SystemMessage
19
 
20
- df = pd.read_csv('/RAW_recipes.csv')
21
  print(df.head())
 
17
  from langchain.schema.output_parser import StrOutputParser
18
  from langchain_core.messages import HumanMessage, SystemMessage
19
 
20
+ df = pd.read_csv('./RAW_recipes.csv')
21
  print(df.head())