All_in_one / pages /home_page.py
Pippoz's picture
Adding text-gen and fill-mask tasks
4f14a8f
import streamlit as st
from multipage import MultiPage
def app():
st.title('All-in-One')
st.markdown('#### Select a specific task from the sidebar...')