Spaces:
Sleeping
Sleeping
| import streamlit as st | |
| st.set_page_config(page_title="PyTorch Distributions") | |
| st.title('PyTorch Distributions') | |
| st.markdown("This is a Streamlit app that demonstrates the probability density functions of various PyTorch distributions. " | |
| "Use the sidebar to select between continuous and discrete distributions, and set the parameters of the selected distribution.") | |
| st.divider() | |
| st.markdown("Made on 1st March 2025") |