Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
g3eIL
/
InfiAgent
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
g3eIL
commited on
Apr 18, 2024
Commit
326aa40
·
verified
·
1 Parent(s):
89f5faf
Delete test.py
Browse files
Files changed (1)
hide
show
test.py
+0
-4
test.py
DELETED
Viewed
@@ -1,4 +0,0 @@
1
-
import streamlit as st
2
-
3
-
x = st.slider('Select a value')
4
-
st.write(x, 'squared is', x * x)