BananaSauce commited on
Commit
1134899
·
verified ·
1 Parent(s): ea0509b

Update pre.py

Browse files
Files changed (1) hide show
  1. pre.py +1 -1
pre.py CHANGED
@@ -62,7 +62,7 @@ def add_app_description():
62
  st.markdown(app_title, unsafe_allow_html=True)
63
 
64
  # Add the new link here
65
- link_html = '<a href="https://scenarioswitcher.negadan77.workers.dev/" target="_blank">Open Scenario Switcher</a>'
66
  st.markdown(link_html, unsafe_allow_html=True)
67
 
68
  is_selected = st.sidebar.checkbox('Show App Description', value=False)
 
62
  st.markdown(app_title, unsafe_allow_html=True)
63
 
64
  # Add the new link here
65
+ link_html = '<a href="https://scenarioswitcher.negadan77.workers.dev/" target="_blank">Open Scenario Processor</a>'
66
  st.markdown(link_html, unsafe_allow_html=True)
67
 
68
  is_selected = st.sidebar.checkbox('Show App Description', value=False)