Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
AI-MO/math-olympiad-solver
SameerArz
/
math-olympiad-solver-osmos
like
0
Runtime error
App
Files
Files
Community
ranWang
commited on
Jul 9
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
}