Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -398,9 +398,7 @@ CSS = f"""
|
|
398 |
}}
|
399 |
"""
|
400 |
|
401 |
-
|
402 |
-
# Replace this with your actual generation logic
|
403 |
-
return f"<h2>Outline for:</h2><h3>{idea}</h3><p>1. Introduction to the magical world...</p>"
|
404 |
|
405 |
def format_output(outline):
|
406 |
return f"""
|
|
|
398 |
}}
|
399 |
"""
|
400 |
|
401 |
+
|
|
|
|
|
402 |
|
403 |
def format_output(outline):
|
404 |
return f"""
|