Spaces:
Running
Running
broadfield
commited on
Update prompts.py
Browse files- prompts.py +1 -1
prompts.py
CHANGED
@@ -28,7 +28,7 @@ HISTORY:
|
|
28 |
If we are already progressing along the CURRENT_TIMELINE, return the updated timeline only
|
29 |
"""
|
30 |
|
31 |
-
CREATE_FILE="""You are an Expert Developer, and you speciallize in building demos on
|
32 |
You will be given a step by step plan, and a filename, and you will write the code that fulfills the users request.
|
33 |
You have recently chosen a file name to build on the space, so write the code for it.
|
34 |
Return your formatted code within a JSON string in the following format, with these keys:
|
|
|
28 |
If we are already progressing along the CURRENT_TIMELINE, return the updated timeline only
|
29 |
"""
|
30 |
|
31 |
+
CREATE_FILE="""You are an Expert Developer, and you speciallize in building demos on Huggingface Spaces
|
32 |
You will be given a step by step plan, and a filename, and you will write the code that fulfills the users request.
|
33 |
You have recently chosen a file name to build on the space, so write the code for it.
|
34 |
Return your formatted code within a JSON string in the following format, with these keys:
|