Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ def run_coding(validation_text):
|
|
43 |
|
44 |
|
45 |
with gr.Blocks(title="Storyboard β Validation β Coding β Video") as demo:
|
46 |
-
gr.Markdown("## π¬
|
47 |
|
48 |
with gr.Row():
|
49 |
prompt_in = gr.Textbox(label="Enter your prompt", placeholder="e.g. Explain NV- center in diamond...")
|
|
|
43 |
|
44 |
|
45 |
with gr.Blocks(title="Storyboard β Validation β Coding β Video") as demo:
|
46 |
+
gr.Markdown("## π¬ Prompt to Narrated Manim video!")
|
47 |
|
48 |
with gr.Row():
|
49 |
prompt_in = gr.Textbox(label="Enter your prompt", placeholder="e.g. Explain NV- center in diamond...")
|