bstraehle commited on
Commit
909a784
·
verified ·
1 Parent(s): f863813

Update crew.py

Browse files
Files changed (1) hide show
  1. crew.py +1 -1
crew.py CHANGED
@@ -196,7 +196,7 @@ def run_crew(question, file_path):
196
  if file_path:
197
  df = read_file(file_path)
198
  question = question.split(" File path:")[0]
199
- question = f"File data:\n{df.to_string()\nQuestion: {question}}"
200
 
201
  print("###")
202
  print(question)
 
196
  if file_path:
197
  df = read_file(file_path)
198
  question = question.split(" File path:")[0]
199
+ question = f"File data:\n{df.to_string()}\nQuestion: {question}"
200
 
201
  print("###")
202
  print(question)