MVPilgrim commited on
Commit
32636c4
·
1 Parent(s): fe5b091
Files changed (1) hide show
  1. app.py +1 -1
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):