Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Elfsong
/
CodeArena
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Elfsong
commited on
Apr 1
Commit
293121e
·
1 Parent(s):
3788f63
Update title
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
import streamlit as st
2
3
-
x =
st.
slider
(
'Select
a value'
)
4
-
st.write(x, 'squared is', x * x)
1
import streamlit as st
2
3
+
st.
title
(
"Code
Arena"
)
4
+