Update app.py
Browse files
app.py
CHANGED
@@ -80,16 +80,16 @@ demo = gr.Interface(
|
|
80 |
}
|
81 |
label {
|
82 |
font-size: 22px !important;
|
83 |
-
color: #FFD700 !important;
|
84 |
font-weight: bold;
|
85 |
}
|
86 |
#military-input textarea, #military-output textarea {
|
87 |
-
background-color: #5d5d5d !important;
|
88 |
color: #FFFFFF !important;
|
89 |
-
border: 2px solid #FFD700 !important;
|
90 |
}
|
91 |
.gr-button {
|
92 |
-
background-color: #32a5ff !important;
|
93 |
color: #FFFFFF !important;
|
94 |
border-radius: 12px;
|
95 |
font-size: 18px;
|
@@ -97,7 +97,7 @@ demo = gr.Interface(
|
|
97 |
transition: all 0.3s ease;
|
98 |
}
|
99 |
.gr-button:hover {
|
100 |
-
background-color: #FF9800 !important;
|
101 |
transform: scale(1.05);
|
102 |
}
|
103 |
.gradio-footer {
|
|
|
80 |
}
|
81 |
label {
|
82 |
font-size: 22px !important;
|
83 |
+
color: #FFD700 !important;
|
84 |
font-weight: bold;
|
85 |
}
|
86 |
#military-input textarea, #military-output textarea {
|
87 |
+
background-color: #5d5d5d !important;
|
88 |
color: #FFFFFF !important;
|
89 |
+
border: 2px solid #FFD700 !important;
|
90 |
}
|
91 |
.gr-button {
|
92 |
+
background-color: #32a5ff !important;
|
93 |
color: #FFFFFF !important;
|
94 |
border-radius: 12px;
|
95 |
font-size: 18px;
|
|
|
97 |
transition: all 0.3s ease;
|
98 |
}
|
99 |
.gr-button:hover {
|
100 |
+
background-color: #FF9800 !important;
|
101 |
transform: scale(1.05);
|
102 |
}
|
103 |
.gradio-footer {
|