Spaces:
Sleeping
Sleeping
some dummy text 2
Browse files
Home.py
CHANGED
|
@@ -6,4 +6,5 @@ st.title('PyTorch Distributions')
|
|
| 6 |
st.markdown("This is a Streamlit app that demonstrates the probability density functions of various PyTorch distributions. "
|
| 7 |
"Use the sidebar to select between continuous and discrete distributions, and set the parameters of the selected distribution.")
|
| 8 |
|
| 9 |
-
st.divider()
|
|
|
|
|
|
| 6 |
st.markdown("This is a Streamlit app that demonstrates the probability density functions of various PyTorch distributions. "
|
| 7 |
"Use the sidebar to select between continuous and discrete distributions, and set the parameters of the selected distribution.")
|
| 8 |
|
| 9 |
+
st.divider()
|
| 10 |
+
st.markdown("Made on 1st March 2025")
|