Update app.py
Browse files
app.py
CHANGED
@@ -729,7 +729,7 @@ with gr.Blocks() as demo:
|
|
729 |
gr.HTML(
|
730 |
'<div style="display: flex; justify-content: center; gap: 20px; margin-bottom: 20px;">'
|
731 |
'<a href="https://mapmyvisitors.com/web/1bxvj" title="Visit tracker">'
|
732 |
-
'<img src="https://mapmyvisitors.com/map.png?d=jXP1NOOyT1tgXoUPspzdoiPssfitXz38c5uReUt9G9M
|
733 |
'</a>'
|
734 |
'</div>'
|
735 |
)
|
|
|
729 |
gr.HTML(
|
730 |
'<div style="display: flex; justify-content: center; gap: 20px; margin-bottom: 20px;">'
|
731 |
'<a href="https://mapmyvisitors.com/web/1bxvj" title="Visit tracker">'
|
732 |
+
'<img src="https://mapmyvisitors.com/map.png?cl=ffffff&w=a&t=tt&d=jXP1NOOyT1tgXoUPspzdoiPssfitXz38c5uReUt9G9M">'
|
733 |
'</a>'
|
734 |
'</div>'
|
735 |
)
|