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