Spaces:
Sleeping
Sleeping
Update Project_Guide.py
Browse files- Project_Guide.py +1 -1
Project_Guide.py
CHANGED
@@ -10,7 +10,7 @@ load_dotenv()
|
|
10 |
|
11 |
def get_project_guide(project):
|
12 |
prompt = f"""
|
13 |
-
Break down the following project into simple, easy-to-follow tasks
|
14 |
|
15 |
Project: {project}
|
16 |
|
|
|
10 |
|
11 |
def get_project_guide(project):
|
12 |
prompt = f"""
|
13 |
+
Break down the following project into simple, easy-to-follow tasks. Provide clear instructions for each step.
|
14 |
|
15 |
Project: {project}
|
16 |
|