Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -48,7 +48,7 @@ if os.path.exists(csv):
48
  st.cache_data.clear()
49
  st.rerun()
50
 
51
- st.set_page_config("Carbon Portfolio Optimizer", layout="wide")
52
 
53
  def load_css(file_path):
54
  with open(file_path) as f:
@@ -57,7 +57,7 @@ def load_css(file_path):
57
  css_path = pathlib.Path("assets/styles.css")
58
  load_css(css_path)
59
 
60
- st.markdown('<h1 class="custom-title">CRRA <span class="crra-hl">Toolkit</span>: CDR Portfolio Optimization</h1>', unsafe_allow_html=True)
61
 
62
  with st.sidebar:
63
  selected = option_menu(
 
48
  st.cache_data.clear()
49
  st.rerun()
50
 
51
+ st.set_page_config("Carbon Portfolio Optimiser", layout="wide")
52
 
53
  def load_css(file_path):
54
  with open(file_path) as f:
 
57
  css_path = pathlib.Path("assets/styles.css")
58
  load_css(css_path)
59
 
60
+ st.markdown('<h1 class="custom-title">CRRA <span class="crra-hl">Toolkit</span>: CDR Portfolio Optimisation</h1>', unsafe_allow_html=True)
61
 
62
  with st.sidebar:
63
  selected = option_menu(