Commit ·
bb7a81b
1
Parent(s): 856baa5
update
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ def generate_video(prompt):
|
|
| 5 |
# This is where your AI generation code will go later.
|
| 6 |
# For now, we simulate the "Thinking" process for the demo.
|
| 7 |
time.sleep(2)
|
| 8 |
-
return "https://
|
| 9 |
|
| 10 |
# Custom CSS to match your "Dark Mode" Website
|
| 11 |
custom_css = """
|
|
|
|
| 5 |
# This is where your AI generation code will go later.
|
| 6 |
# For now, we simulate the "Thinking" process for the demo.
|
| 7 |
time.sleep(2)
|
| 8 |
+
return "https://www.youtube.com/watch?v=isoCNqQeMv8" # Placeholder math video
|
| 9 |
|
| 10 |
# Custom CSS to match your "Dark Mode" Website
|
| 11 |
custom_css = """
|