Spaces:
Runtime error
Runtime error
| import streamlit as st | |
| def intro(): | |
| import streamlit as st | |
| st.sidebar.success("Select a phase") | |
| st.markdown( | |
| """ | |
| IRCDL site: https://ircdl2024.dei.unipd.it/ | |
| """ | |
| ) | |
| import streamlit as st | |
| def intro(): | |
| import streamlit as st | |
| st.sidebar.success("Select a phase") | |
| st.markdown( | |
| """ | |
| IRCDL site: https://ircdl2024.dei.unipd.it/ | |
| """ | |
| ) | |