Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -918,7 +918,9 @@ def server(input, output, session):
|
|
918 |
# font_properties_ticks = FontProperties(family='century gothic', size=12)
|
919 |
# ax5.set_xticklabels(ax5.get_xticks(),fontproperties=font_properties_label)
|
920 |
|
921 |
-
plt.xticks(fontname = 'century gothic')
|
|
|
|
|
922 |
|
923 |
|
924 |
|
|
|
918 |
# font_properties_ticks = FontProperties(family='century gothic', size=12)
|
919 |
# ax5.set_xticklabels(ax5.get_xticks(),fontproperties=font_properties_label)
|
920 |
|
921 |
+
#plt.xticks(fontname = 'century gothic')
|
922 |
+
for key, cell in table.get_celld().items():
|
923 |
+
cell.set_linewidth(0)
|
924 |
|
925 |
|
926 |
|