Spaces:
Sleeping
Sleeping
naourpally
commited on
Commit
·
e428b8d
1
Parent(s):
5839dd1
Update styling
Browse files
app.py
CHANGED
@@ -25,21 +25,21 @@ css = """
|
|
25 |
margin-top: 1rem;
|
26 |
margin-bottom: 2rem;
|
27 |
}
|
28 |
-
.gr-button {
|
29 |
background-color: #7D3C98;
|
30 |
color: white;
|
31 |
-
padding: 0.5rem 1rem;
|
32 |
-
font-size: 1rem;
|
33 |
border-radius: 0.5rem;
|
34 |
}
|
35 |
-
.gr-button:hover {
|
36 |
background-color: #6C3483;
|
37 |
}
|
38 |
.acknowledgments {
|
39 |
margin-top: 20px;
|
40 |
text-align: center;
|
41 |
}
|
42 |
-
.gr-textbox, .gr-button, .gr-output {
|
43 |
height: 2.5rem;
|
44 |
}
|
45 |
</style>
|
|
|
25 |
margin-top: 1rem;
|
26 |
margin-bottom: 2rem;
|
27 |
}
|
28 |
+
button.gr-button {
|
29 |
background-color: #7D3C98;
|
30 |
color: white;
|
31 |
+
padding: 0.5rem 1rem;
|
32 |
+
font-size: 1rem;
|
33 |
border-radius: 0.5rem;
|
34 |
}
|
35 |
+
button.gr-button:hover {
|
36 |
background-color: #6C3483;
|
37 |
}
|
38 |
.acknowledgments {
|
39 |
margin-top: 20px;
|
40 |
text-align: center;
|
41 |
}
|
42 |
+
.gr-textbox, button.gr-button, .gr-output {
|
43 |
height: 2.5rem;
|
44 |
}
|
45 |
</style>
|