Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,10 +18,7 @@ from contextlib import contextmanager
|
|
18 |
from threading import local
|
19 |
import time
|
20 |
import os
|
21 |
-
|
22 |
-
ssl_context = ssl.create_default_context()
|
23 |
-
ssl_context.check_hostname = False
|
24 |
-
ssl_context.verify_mode = ssl.CERT_NONE
|
25 |
|
26 |
# Initialize Dash app
|
27 |
app = dash.Dash(__name__, external_stylesheets=[dbc.themes.BOOTSTRAP])
|
|
|
18 |
from threading import local
|
19 |
import time
|
20 |
import os
|
21 |
+
import ssl
|
|
|
|
|
|
|
22 |
|
23 |
# Initialize Dash app
|
24 |
app = dash.Dash(__name__, external_stylesheets=[dbc.themes.BOOTSTRAP])
|