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