Spaces:
Build error
Build error
Update style.css
Browse files
style.css
CHANGED
|
@@ -1,19 +1,22 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
color: #
|
| 5 |
}
|
| 6 |
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
}
|
| 12 |
|
| 13 |
-
button
|
| 14 |
-
background-color: #
|
|
|
|
|
|
|
| 15 |
}
|
| 16 |
|
| 17 |
-
|
| 18 |
-
border
|
| 19 |
-
|
|
|
|
|
|
| 1 |
+
body {
|
| 2 |
+
font-family: Arial, sans-serif;
|
| 3 |
+
background-color: #f9f9f9;
|
| 4 |
+
color: #333;
|
| 5 |
}
|
| 6 |
|
| 7 |
+
.gradio-container {
|
| 8 |
+
max-width: 800px;
|
| 9 |
+
margin: auto;
|
| 10 |
+
padding: 10px;
|
| 11 |
}
|
| 12 |
|
| 13 |
+
.gr-button {
|
| 14 |
+
background-color: #4CAF50;
|
| 15 |
+
color: white;
|
| 16 |
+
border-radius: 5px;
|
| 17 |
}
|
| 18 |
|
| 19 |
+
.gr-textbox {
|
| 20 |
+
border: 1px solid #ccc;
|
| 21 |
+
padding: 10px;
|
| 22 |
+
}
|