manabb commited on
Commit
1fb691b
·
verified ·
1 Parent(s): 528dcf6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -161,12 +161,12 @@ def check_compliance(file): # FIXED: now streams
161
  #================================================Gradio==================
162
 
163
  css = """
164
- #admin-file .label, #admin-file label { color: #FFFFFF !important; font-size: 12px !important; }
165
  #admin-file { background-color: #000000 !important; }
166
  #compliance-btn {
167
  color: #FFFFFF !important;
168
  background-color: red !important; /* Red background */
169
- font-size: 12px !important;
170
  }
171
  #compliance-btn:hover {
172
  background-color: #CC0000 !important; /* Darker red on hover */
@@ -175,7 +175,7 @@ css = """
175
  #compliance-out textarea, #compliance-out .label, #compliance-out label {
176
  color: #FFFFFF !important;
177
  background-color: #000000 !important;
178
- font-size: 12px !important;
179
  }
180
  """
181
 
 
161
  #================================================Gradio==================
162
 
163
  css = """
164
+ #admin-file .label, #admin-file label { color: #FFFFFF !important; font-size: 16px !important; }
165
  #admin-file { background-color: #000000 !important; }
166
  #compliance-btn {
167
  color: #FFFFFF !important;
168
  background-color: red !important; /* Red background */
169
+ font-size: 16px !important;
170
  }
171
  #compliance-btn:hover {
172
  background-color: #CC0000 !important; /* Darker red on hover */
 
175
  #compliance-out textarea, #compliance-out .label, #compliance-out label {
176
  color: #FFFFFF !important;
177
  background-color: #000000 !important;
178
+ font-size: 16px !important;
179
  }
180
  """
181