Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
AI-MO/math-olympiad-solver
tenet
/
math-olympiad-solver
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ranWang
commited on
Jul 9, 2024
Commit
edbd97e
·
1 Parent(s):
20aabbd
Adjust button color
Browse files
Files changed (1)
hide
show
app.css
+1
-0
app.css
CHANGED
Viewed
@@ -110,4 +110,5 @@
110
111
.run-btn {
112
background: linear-gradient(to right, #ce7e53, #bb470b);
113
}
110
111
.run-btn {
112
background: linear-gradient(to right, #ce7e53, #bb470b);
113
+
color: white;
114
}