Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Imadsarvm
/
Sarvm-audio-translation
like
0
Runtime error
App
Files
Files
Community
Imadsarvm
commited on
Jan 25
Commit
58749e8
•
1 Parent(s):
5674ff7
Upload style.css
Browse files
Files changed (1)
hide
show
style.css
+10
-0
style.css
ADDED
Viewed
@@ -0,0 +1,10 @@
1
+
h1 {
2
+
text-align: center;
3
+
}
4
+
5
+
#duplicate-button {
6
+
margin: auto;
7
+
color: #fff;
8
+
background: #1565c0;
9
+
border-radius: 100vh;
10
+
}