datacipen commited on
Commit
6155c9e
·
verified ·
1 Parent(s): 6cc4c29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,7 +2,7 @@ import os
2
  import datetime
3
  import requests
4
  import textwrap
5
- import pythonmonkey as pm
6
  from offres_emploi import Api
7
  from offres_emploi.utils import dt_to_str_iso
8
  from dash import Dash, html, dcc, callback, Output, Input, dash_table, State, _dash_renderer, clientside_callback
@@ -856,7 +856,7 @@ def create_repartition(array_value, selectedData, theme):
856
 
857
  df_FT = API_France_Travail(array_value)
858
 
859
- test = pm.require('./public/contexte');
860
  test.contextia(df_FT.to_string(index = False))
861
 
862
  ######## localisation ########
 
2
  import datetime
3
  import requests
4
  import textwrap
5
+ from pythonmonkey import require as js_require
6
  from offres_emploi import Api
7
  from offres_emploi.utils import dt_to_str_iso
8
  from dash import Dash, html, dcc, callback, Output, Input, dash_table, State, _dash_renderer, clientside_callback
 
856
 
857
  df_FT = API_France_Travail(array_value)
858
 
859
+ test = js_require('./public/contexte');
860
  test.contextia(df_FT.to_string(index = False))
861
 
862
  ######## localisation ########