Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
clr
/
spjall
like
0
Running
App
Files
Files
Community
1
clr
commited on
Jan 11, 2023
Commit
bbba272
·
1 Parent(s):
fda5d39
Delete app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-7
app.py
DELETED
Viewed
@@ -1,7 +0,0 @@
1
-
import streamlit as st
2
-
import os
3
-
4
-
os.system('git clone https://github.com/google/REAPER/')
5
-
6
-
x = st.slider('Select a value')
7
-
st.write(x, 'squared is', x * x)