Spaces:
Runtime error
Runtime error
File size: 164 Bytes
4f14a8f |
1 2 3 4 5 6 7 8 9 10 |
import streamlit as st
from multipage import MultiPage
def app():
st.title('All-in-One')
st.markdown('#### Select a specific task from the sidebar...')
|