MINEOGO commited on
Commit
1fb711c
·
verified ·
1 Parent(s): c873383

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -34,6 +34,7 @@ def generate_code(
34
  Generates website code based on user prompt and choices.
35
  Aims for richer CSS, emphasizes completeness, and strictly outputs ONLY raw code.
36
  Yields the code token by token for live updates.
 
37
  """
38
  print(f"--- Generating Code ---")
39
  print(f"Prompt: {prompt[:100]}...")
 
34
  Generates website code based on user prompt and choices.
35
  Aims for richer CSS, emphasizes completeness, and strictly outputs ONLY raw code.
36
  Yields the code token by token for live updates.
37
+ under development not fully completed!
38
  """
39
  print(f"--- Generating Code ---")
40
  print(f"Prompt: {prompt[:100]}...")