Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -603,7 +603,7 @@ def create_periodic_table_figure(selected_property_label):
|
|
| 603 |
),
|
| 604 |
plot_bgcolor='white',
|
| 605 |
paper_bgcolor='#f8f9fa',
|
| 606 |
-
width=
|
| 607 |
height=800,
|
| 608 |
margin=dict(l=20, r=100, t=100, b=20)
|
| 609 |
)
|
|
|
|
| 603 |
),
|
| 604 |
plot_bgcolor='white',
|
| 605 |
paper_bgcolor='#f8f9fa',
|
| 606 |
+
width=1480,
|
| 607 |
height=800,
|
| 608 |
margin=dict(l=20, r=100, t=100, b=20)
|
| 609 |
)
|