Spaces:
Running
Running
debug
Browse files
app.py
CHANGED
@@ -48,8 +48,8 @@ def runStartup():
|
|
48 |
logger.error(f"subprocess.run() encountered error.")
|
49 |
logger.info("### Running startup.sh complete")
|
50 |
if 'runStartup' not in st.session_state:
|
51 |
-
runStartup()
|
52 |
st.session_state.runStartup = True
|
|
|
53 |
|
54 |
# Function to load the CSS file
|
55 |
def load_css(file_name):
|
|
|
48 |
logger.error(f"subprocess.run() encountered error.")
|
49 |
logger.info("### Running startup.sh complete")
|
50 |
if 'runStartup' not in st.session_state:
|
|
|
51 |
st.session_state.runStartup = True
|
52 |
+
runStartup()
|
53 |
|
54 |
# Function to load the CSS file
|
55 |
def load_css(file_name):
|