Spaces:
Sleeping
Sleeping
| def build_prompt(code_snippet): | |
| return f"""### Explain this Python code step-by-step: | |
| ```python | |
| {code_snippet} | |
| ``` | |
| Explanation:""" | |
| def build_prompt(code_snippet): | |
| return f"""### Explain this Python code step-by-step: | |
| ```python | |
| {code_snippet} | |
| ``` | |
| Explanation:""" | |