Spaces:
Configuration error
Configuration error
Commit
·
bfcbeb2
1
Parent(s):
aeb7b2b
fix width;
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ with demo:
|
|
112 |
x_title="Date",
|
113 |
y_title="Amount of data scraped",
|
114 |
height=500,
|
115 |
-
width=
|
116 |
scale=5,
|
117 |
# color="Value",
|
118 |
color_legend_position="top",
|
@@ -129,7 +129,7 @@ with demo:
|
|
129 |
x_title="Date",
|
130 |
y_title="Amount of data scraped",
|
131 |
height=500,
|
132 |
-
width=
|
133 |
scale=5,
|
134 |
# color="Value",
|
135 |
x_label_angle=-30,
|
|
|
112 |
x_title="Date",
|
113 |
y_title="Amount of data scraped",
|
114 |
height=500,
|
115 |
+
width=1000,
|
116 |
scale=5,
|
117 |
# color="Value",
|
118 |
color_legend_position="top",
|
|
|
129 |
x_title="Date",
|
130 |
y_title="Amount of data scraped",
|
131 |
height=500,
|
132 |
+
width=1000,
|
133 |
scale=5,
|
134 |
# color="Value",
|
135 |
x_label_angle=-30,
|