Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -168,11 +168,14 @@ with gr.Blocks(css=css, title="Workflow Canvas") as demo:
|
|
168 |
<div style="text-align:center;">
|
169 |
<h1>Workflow Canvas</h1>
|
170 |
<p>Generate design concepts and workflow diagrams for your business needs using our multi-tab interface.</p>
|
171 |
-
<p><strong>
|
172 |
</div>
|
173 |
"""
|
174 |
)
|
175 |
-
|
|
|
|
|
|
|
176 |
with gr.Row():
|
177 |
# Left sidebar: Common generation parameters
|
178 |
with gr.Sidebar(label="Parameters", open=True):
|
|
|
168 |
<div style="text-align:center;">
|
169 |
<h1>Workflow Canvas</h1>
|
170 |
<p>Generate design concepts and workflow diagrams for your business needs using our multi-tab interface.</p>
|
171 |
+
<p><strong>community:</strong> https://discord.gg/openfreeai </p>
|
172 |
</div>
|
173 |
"""
|
174 |
)
|
175 |
+
gr.HTML("""<a href="https://visitorbadge.io/status?path=https%3A%2F%2Fginigen-Workflow-Canvas.hf.space">
|
176 |
+
<img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fginigen-Workflow-Canvas.hf.space&countColor=%23263759" />
|
177 |
+
</a>""")
|
178 |
+
|
179 |
with gr.Row():
|
180 |
# Left sidebar: Common generation parameters
|
181 |
with gr.Sidebar(label="Parameters", open=True):
|