upgrade app.py
Browse files
app.py
CHANGED
|
@@ -22,7 +22,6 @@ import plotly.express as px
|
|
| 22 |
import plotly.graph_objects as go
|
| 23 |
from bs4 import BeautifulSoup
|
| 24 |
import html2text
|
| 25 |
-
import kaggle
|
| 26 |
|
| 27 |
# Importation du module de configuration
|
| 28 |
from config import app_config as config
|
|
|
|
| 22 |
import plotly.graph_objects as go
|
| 23 |
from bs4 import BeautifulSoup
|
| 24 |
import html2text
|
|
|
|
| 25 |
|
| 26 |
# Importation du module de configuration
|
| 27 |
from config import app_config as config
|