multimodalart HF Staff commited on
Commit
9cbc39c
·
verified ·
1 Parent(s): ccf8aa6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -140,7 +140,8 @@ def infer_camera_edit(
140
 
141
 
142
  # --- UI ---
143
- css = "#col-container { max-width: 800px; margin: 0 auto; }"
 
144
 
145
  is_reset = gr.State(value=False)
146
 
 
140
 
141
 
142
  # --- UI ---
143
+ css = '''#col-container { max-width: 800px; margin: 0 auto; }
144
+ .dark .progress-text{color: white !important}'''
145
 
146
  is_reset = gr.State(value=False)
147