Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
pampad
/
LSTM_Team
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
LSTM_Team
/
app.py
pampad
update app.py м1
74dcfd2
about 1 year ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
231 Bytes
import
streamlit
as
st
from
st_pages
import
add_page_title, get_nav_from_toml
st.set_page_config(layout=
"wide"
)
st.title(
"Главная страница"
)
st.write(
"Выберите приложение в меню слева."
)