vkt1414 commited on
Commit
706444f
·
verified ·
1 Parent(s): d7e211f

Delete test.py

Browse files
Files changed (1) hide show
  1. test.py +0 -6
test.py DELETED
@@ -1,6 +0,0 @@
1
- import streamlit as st
2
-
3
- values = st.slider(
4
- "Select a range of values",
5
- 0.0, 100.0, (25.0, 75.0))
6
- st.write("Values:", values)