Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -86,42 +86,7 @@ custom_css = """
|
|
86 |
textarea {
|
87 |
min-height: 150px;
|
88 |
}
|
89 |
-
|
90 |
-
background-color: #007acc !important;
|
91 |
-
color: white !important;
|
92 |
-
border-radius: 10px !important;
|
93 |
-
font-size: 18px !important;
|
94 |
-
font-weight: bold !important;
|
95 |
-
padding: 10px 20px !important;
|
96 |
-
font-family: 'Montserrat', sans-serif !important;
|
97 |
-
transition: background-color 0.3s ease !important;
|
98 |
-
}
|
99 |
-
.gr-button-primary:hover {
|
100 |
-
background-color: #005f99 !important;
|
101 |
-
}
|
102 |
-
.gr-button-secondary {
|
103 |
-
background-color: #f44336 !important;
|
104 |
-
color: white !important;
|
105 |
-
border-radius: 10px !important;
|
106 |
-
font-size: 18px !important;
|
107 |
-
font-weight: bold !important;
|
108 |
-
padding: 10px 20px !important;
|
109 |
-
font-family: 'Montserrat', sans-serif !important;
|
110 |
-
transition: background-color 0.3s ease !important;
|
111 |
-
}
|
112 |
-
.gr-button-secondary:hover {
|
113 |
-
background-color: #c62828 !important;
|
114 |
-
}
|
115 |
-
.gr-output {
|
116 |
-
background-color: #e0f7fa;
|
117 |
-
border: 2px solid #007acc;
|
118 |
-
border-radius: 10px;
|
119 |
-
padding: 15px;
|
120 |
-
font-size: 16px;
|
121 |
-
font-family: 'Roboto', sans-serif;
|
122 |
-
font-weight: bold;
|
123 |
-
color: #00796b;
|
124 |
-
}
|
125 |
label {
|
126 |
font-family: 'Poppins', sans-serif;
|
127 |
font-size: 20px;
|
|
|
86 |
textarea {
|
87 |
min-height: 150px;
|
88 |
}
|
89 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
label {
|
91 |
font-family: 'Poppins', sans-serif;
|
92 |
font-size: 20px;
|