Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -132,6 +132,11 @@ def create_interface():
|
|
132 |
Create customized QR codes for various purposes with professional styling options.
|
133 |
"""
|
134 |
)
|
|
|
|
|
|
|
|
|
|
|
135 |
|
136 |
with gr.Row():
|
137 |
with gr.Column(scale=2):
|
|
|
132 |
Create customized QR codes for various purposes with professional styling options.
|
133 |
"""
|
134 |
)
|
135 |
+
|
136 |
+
gr.HTML("""<a href="https://visitorbadge.io/status?path=https%3A%2F%2Fginipick-QR-Canvas.hf.space">
|
137 |
+
<img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fginipick-QR-Canvas.hf.space&countColor=%23263759" />
|
138 |
+
</a>""")
|
139 |
+
|
140 |
|
141 |
with gr.Row():
|
142 |
with gr.Column(scale=2):
|