tonyliu404 commited on
Commit
0c59d8f
·
verified ·
1 Parent(s): 6da1e3d

Update app.py

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