Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Phil254
/
hydererankrag
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Ley_Fill7
commited on
Aug 30, 2024
Commit
b24caf7
·
1 Parent(s):
15ed7d9
Changed a to the
Browse files
Files changed (1)
hide
show
app.py
+7
-0
app.py
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
import streamlit as st
2
+
3
+
x = st.slider('Select the value')
4
+
st.write(x, 'squared is', x * x)
5
+
6
+
7
+