Spaces:
Sleeping
Sleeping
Update pre.py
Browse files
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
|
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)
|