theminji commited on
Commit
03fa3c6
·
verified ·
1 Parent(s): 9ed758b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -41,6 +41,8 @@ Plan out in chain of thought what you are going to do first, then give the final
41
  Make sure to not use external images or resources other than default Manim, however you can use numpy or other default libraries.
42
  Keep the scene uncluttered and aesthetically pleasing.
43
  Make sure things are not overlapping unless explicitly stated otherwise.
 
 
44
  You got this!! <3
45
  """
46
  )
 
41
  Make sure to not use external images or resources other than default Manim, however you can use numpy or other default libraries.
42
  Keep the scene uncluttered and aesthetically pleasing.
43
  Make sure things are not overlapping unless explicitly stated otherwise.
44
+ Make sure to keep things consistant with colors and also make sure to really plan out the scene so you get it right first try.
45
+ It is crucial that the code works first try.
46
  You got this!! <3
47
  """
48
  )