Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Elfsong
/
CodeArena
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Elfsong
commited on
Apr 1, 2025
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
+