Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ demo = gr.Interface(
|
|
85 |
}
|
86 |
#military-input textarea, #military-output textarea {
|
87 |
background-color: #fff7f0 !important;
|
88 |
-
color: #
|
89 |
border: 2px solid #FFD700 !important;
|
90 |
}
|
91 |
.gr-button {
|
@@ -102,7 +102,7 @@ demo = gr.Interface(
|
|
102 |
}
|
103 |
.gradio-footer {
|
104 |
background-color: #545454 !important;
|
105 |
-
color: #
|
106 |
padding: 10px;
|
107 |
text-align: center;
|
108 |
}
|
@@ -110,7 +110,7 @@ demo = gr.Interface(
|
|
110 |
|
111 |
.gr-textbox input[type="text"], .gr-textbox textarea {
|
112 |
background-color: #2C2C2C !important;
|
113 |
-
color: #
|
114 |
border: 2px solid #FFD700 !important;
|
115 |
font-size: 16px;
|
116 |
}
|
|
|
85 |
}
|
86 |
#military-input textarea, #military-output textarea {
|
87 |
background-color: #fff7f0 !important;
|
88 |
+
color: #272727 !important;
|
89 |
border: 2px solid #FFD700 !important;
|
90 |
}
|
91 |
.gr-button {
|
|
|
102 |
}
|
103 |
.gradio-footer {
|
104 |
background-color: #545454 !important;
|
105 |
+
color: #272727 !important;
|
106 |
padding: 10px;
|
107 |
text-align: center;
|
108 |
}
|
|
|
110 |
|
111 |
.gr-textbox input[type="text"], .gr-textbox textarea {
|
112 |
background-color: #2C2C2C !important;
|
113 |
+
color: #272727 !important;
|
114 |
border: 2px solid #FFD700 !important;
|
115 |
font-size: 16px;
|
116 |
}
|