broadfield commited on
Commit
4b99e1b
·
verified ·
1 Parent(s): 17e29c4

Update prompts.py

Browse files
Files changed (1) hide show
  1. 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 the 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:
 
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: