Update app.py
Browse files
app.py
CHANGED
|
@@ -572,15 +572,15 @@ def server(input, output, session):
|
|
| 572 |
|
| 573 |
plot_footer(ax_footer)
|
| 574 |
|
| 575 |
-
ax_watermark = fig.add_subplot(gs[1:-1,1:-1],zorder=-1)
|
| 576 |
-
# Hide axes ticks and labels
|
| 577 |
-
ax_watermark.set_xticks([])
|
| 578 |
-
ax_watermark.set_yticks([])
|
| 579 |
-
ax_watermark.set_frame_on(False) # Optional: Hide border
|
| 580 |
|
| 581 |
-
img = Image.open('tj stats circle-01_new.jpg')
|
| 582 |
-
# Display the image
|
| 583 |
-
ax_watermark.imshow(img, extent=[0, 1, 0, 1], origin='upper',zorder=-1, alpha=0.1)
|
| 584 |
|
| 585 |
|
| 586 |
ax_watermark2 = fig.add_subplot(gs[-2:,1:4],zorder=1)
|
|
|
|
| 572 |
|
| 573 |
plot_footer(ax_footer)
|
| 574 |
|
| 575 |
+
# ax_watermark = fig.add_subplot(gs[1:-1,1:-1],zorder=-1)
|
| 576 |
+
# # Hide axes ticks and labels
|
| 577 |
+
# ax_watermark.set_xticks([])
|
| 578 |
+
# ax_watermark.set_yticks([])
|
| 579 |
+
# ax_watermark.set_frame_on(False) # Optional: Hide border
|
| 580 |
|
| 581 |
+
# img = Image.open('tj stats circle-01_new.jpg')
|
| 582 |
+
# # Display the image
|
| 583 |
+
# ax_watermark.imshow(img, extent=[0, 1, 0, 1], origin='upper',zorder=-1, alpha=0.1)
|
| 584 |
|
| 585 |
|
| 586 |
ax_watermark2 = fig.add_subplot(gs[-2:,1:4],zorder=1)
|