Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Pippoz
/
All_in_one
like
3
Runtime error
App
Files
Files
Community
025d45a
All_in_one
/
pages
/
home_page.py
Pippoz
Adding text-gen and fill-mask tasks
4f14a8f
over 2 years ago
raw
Copy download link
history
blame
Safe
164 Bytes
import
streamlit
as
st
from
multipage
import
MultiPage
def
app
():
st.title(
'All-in-One'
)
st.markdown(
'#### Select a specific task from the sidebar...'
)