Update app.py
Browse files
app.py
CHANGED
@@ -269,9 +269,9 @@ def generate_interface(prompt, genre, complexity, include_visuals, visual_style)
|
|
269 |
# Create Gradio interface
|
270 |
with gr.Blocks(title="Working Strudel Generator", theme=gr.themes.Soft()) as app:
|
271 |
gr.Markdown("""
|
272 |
-
# π΅
|
273 |
|
274 |
-
Generate
|
275 |
|
276 |
β
**All patterns tested and functional**
|
277 |
ποΈ **Real Strudel syntax** - copy & paste ready
|
|
|
269 |
# Create Gradio interface
|
270 |
with gr.Blocks(title="Working Strudel Generator", theme=gr.themes.Soft()) as app:
|
271 |
gr.Markdown("""
|
272 |
+
# π΅ Codel Strudel Code Generator
|
273 |
|
274 |
+
Generate Strudel live coding patterns!
|
275 |
|
276 |
β
**All patterns tested and functional**
|
277 |
ποΈ **Real Strudel syntax** - copy & paste ready
|