Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
botmaster
/
testa
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
botmaster
commited on
Feb 28, 2023
Commit
d11f0ac
·
1 Parent(s):
5ccacd1
Delete main.py
Browse files
Files changed (1)
hide
show
main.py
+0
-6
main.py
DELETED
Viewed
@@ -1,6 +0,0 @@
1
-
import os
2
-
os.system("chmod +x train.sh")
3
-
os.system("./train.sh")
4
-
import streamlit as st
5
-
x = st.slider('Select a value')
6
-
st.write(x, 'squared is', x * x)