Spaces:
Sleeping
Sleeping
Ley_Fill7
commited on
Commit
•
15ed7d9
1
Parent(s):
bf86653
Add this test app file
Browse files- hydererankrag.py +7 -0
hydererankrag.py
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import streamlit as st
|
2 |
+
|
3 |
+
x = st.slider('Select a value')
|
4 |
+
st.write(x, 'squared is', x * x)
|
5 |
+
|
6 |
+
|
7 |
+
|