Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ import streamlit.components.v1 as components
|
|
5 |
from st_on_hover_tabs import on_hover_tabs
|
6 |
|
7 |
from pages import *
|
|
|
8 |
|
9 |
certificate = os.getenv('PRIVATE_KEY')
|
10 |
dns_name = os.getenv('SERVER_DNS_NAME')
|
|
|
5 |
from st_on_hover_tabs import on_hover_tabs
|
6 |
|
7 |
from pages import *
|
8 |
+
from utils import start_server
|
9 |
|
10 |
certificate = os.getenv('PRIVATE_KEY')
|
11 |
dns_name = os.getenv('SERVER_DNS_NAME')
|