Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Elfsong
/
CodeArena
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8f819dd
CodeArena
/
app.py
Elfsong
Update layout
8f819dd
5 months ago
raw
Copy download link
history
blame
191 Bytes
import
streamlit
as
st
st.title(
"Code Arena"
)
tab_problem, tab_model = st.tabs([
"Problems"
,
"Models"
])
with
tab_problem:
st.header(
"Problems"
)
with
tab_model:
st.header(
"Models"
)