Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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())
|