Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -223,7 +223,9 @@ with gr.Blocks(css=custom_css) as demo:
|
|
223 |
<div class="title-text">🛩️ Global Aircraft Tracker</div>
|
224 |
"""
|
225 |
)
|
226 |
-
|
|
|
|
|
227 |
with gr.Row():
|
228 |
with gr.Column(scale=2):
|
229 |
region_select = gr.Dropdown(
|
|
|
223 |
<div class="title-text">🛩️ Global Aircraft Tracker</div>
|
224 |
"""
|
225 |
)
|
226 |
+
gr.HTML("""<a href="https://visitorbadge.io/status?path=https%3A%2F%2Fimmunobiotech-opensky.hf.space">
|
227 |
+
<img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fimmunobiotech-opensky.hf.space&countColor=%23263759" />
|
228 |
+
</a>""")
|
229 |
with gr.Row():
|
230 |
with gr.Column(scale=2):
|
231 |
region_select = gr.Dropdown(
|