Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -326,7 +326,7 @@ css = """
|
|
326 |
with gr.Blocks(css=css) as demo:
|
327 |
gr.Markdown(
|
328 |
"""
|
329 |
-
<div class="title">FLUX
|
330 |
<div class="subtitle">Create beautiful hand-drawn style diagrams using FLUX AI</div>
|
331 |
""")
|
332 |
|
|
|
326 |
with gr.Blocks(css=css) as demo:
|
327 |
gr.Markdown(
|
328 |
"""
|
329 |
+
<div class="title">FLUX Text-Tree Image Generator</div>
|
330 |
<div class="subtitle">Create beautiful hand-drawn style diagrams using FLUX AI</div>
|
331 |
""")
|
332 |
|