Spaces:
Sleeping
Sleeping
Update index.py
Browse files
index.py
CHANGED
@@ -282,7 +282,7 @@ def update_output(selected_topic, selected_domain, start_date, end_date):
|
|
282 |
|
283 |
|
284 |
# Update layout...
|
285 |
-
line_fig_2.update_layout(xaxis_title='Date', yaxis_title='
|
286 |
xaxis=dict(tickformat="%b %d<br>%Y"))
|
287 |
# line-fig 2 ends
|
288 |
|
|
|
282 |
|
283 |
|
284 |
# Update layout...
|
285 |
+
line_fig_2.update_layout(xaxis_title='Date', yaxis_title='Número de artigos de notícias',
|
286 |
xaxis=dict(tickformat="%b %d<br>%Y"))
|
287 |
# line-fig 2 ends
|
288 |
|