Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ import os
|
|
2 |
import datetime
|
3 |
import requests
|
4 |
import textwrap
|
|
|
5 |
from offres_emploi import Api
|
6 |
from offres_emploi.utils import dt_to_str_iso
|
7 |
from dash import Dash, html, dcc, callback, Output, Input, dash_table, State, _dash_renderer, clientside_callback
|
|
|
2 |
import datetime
|
3 |
import requests
|
4 |
import textwrap
|
5 |
+
import dash
|
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
|