GattoNero commited on
Commit
fc2a85b
·
verified ·
1 Parent(s): 15e3a12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ class BasicAgent:
141
  code_content = get_or_download_code(file_info)
142
  print_coso(f"Python code before prompt: {code_content}")
143
  prompt_python = (
144
- "The following Python code is attached. Please analyze it and provide only the final output:\n\n"
145
  f"{code_content}\n\n"
146
  f"Question: {question}"
147
  )
 
141
  code_content = get_or_download_code(file_info)
142
  print_coso(f"Python code before prompt: {code_content}")
143
  prompt_python = (
144
+ "The following Python code is attached. Please analyze it and provide the final output of the code; your final answer must be only the final output of the code, don not provide any explanation of presentation of the result.\n\n"
145
  f"{code_content}\n\n"
146
  f"Question: {question}"
147
  )