YingxuHe commited on
Commit
e817f6d
·
verified ·
1 Parent(s): 45d3e7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -5,12 +5,6 @@ import streamlit.components.v1 as components
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')
12
-
13
- start_server(certificate, dns_name)
14
 
15
  ## Set Streamlit configuration
16
  st.set_page_config(page_title='MERaLiON-AudioLLM', page_icon = "🔥", layout='wide')
 
5
  from st_on_hover_tabs import on_hover_tabs
6
 
7
  from pages import *
 
 
 
 
 
 
8
 
9
  ## Set Streamlit configuration
10
  st.set_page_config(page_title='MERaLiON-AudioLLM', page_icon = "🔥", layout='wide')