Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -867,7 +867,7 @@ def API_France_Travail(romeListArray):
|
|
867 |
Input("mantine-provider", "forceColorScheme"),
|
868 |
Input('store-emplois', 'data')
|
869 |
)
|
870 |
-
def create_repartition(array_value, selectedData, theme):
|
871 |
if theme == "dark":
|
872 |
template = "plotly_dark"
|
873 |
paper_bgcolor = 'rgba(36, 36, 36, 1)'
|
|
|
867 |
Input("mantine-provider", "forceColorScheme"),
|
868 |
Input('store-emplois', 'data')
|
869 |
)
|
870 |
+
def create_repartition(array_value, selectedData, theme, data):
|
871 |
if theme == "dark":
|
872 |
template = "plotly_dark"
|
873 |
paper_bgcolor = 'rgba(36, 36, 36, 1)'
|