Nipun's picture
some dummy text 2
e3a2cf9
raw
history blame contribute delete
431 Bytes
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")