Update app.py
Browse files
app.py
CHANGED
@@ -326,14 +326,10 @@ 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 |
|
333 |
-
gr.HTML("""<a href="https://visitorbadge.io/status?path=https%3A%2F%2Faiqcamp-diagram.hf.space">
|
334 |
-
<img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Faiqcamp-diagram.hf.space&countColor=%23263759" />
|
335 |
-
</a>""")
|
336 |
-
|
337 |
|
338 |
|
339 |
with gr.Row(equal_height=True) as main_row:
|
|
|
326 |
with gr.Blocks(css=css) as demo:
|
327 |
gr.Markdown(
|
328 |
"""
|
329 |
+
<div class="title">FLUX Mindmap Generator</div>
|
330 |
<div class="subtitle">Create beautiful hand-drawn style diagrams using FLUX AI</div>
|
331 |
""")
|
332 |
|
|
|
|
|
|
|
|
|
333 |
|
334 |
|
335 |
with gr.Row(equal_height=True) as main_row:
|