wissamantoun
commited on
Commit
•
e986abb
1
Parent(s):
b238a01
Update app.py
Browse files
app.py
CHANGED
@@ -371,7 +371,7 @@ fig.update_layout(
|
|
371 |
# b=int(margin.split(",")[2]),
|
372 |
# t=int(margin.split(",")[3]),
|
373 |
# ),
|
374 |
-
|
375 |
)
|
376 |
fig.update_xaxes(tickangle=45)
|
377 |
|
|
|
371 |
# b=int(margin.split(",")[2]),
|
372 |
# t=int(margin.split(",")[3]),
|
373 |
# ),
|
374 |
+
font=dict(size=10),
|
375 |
)
|
376 |
fig.update_xaxes(tickangle=45)
|
377 |
|