github-actions[bot] commited on
Commit
74c3ba0
·
1 Parent(s): 344905d

Deploy from GitHub - 2026-01-19 07:12:14

Browse files
Files changed (1) hide show
  1. app.py +0 -33
app.py CHANGED
@@ -2169,39 +2169,6 @@ with gr.Blocks(
2169
  secondary_hue="purple",
2170
  font=gr.themes.GoogleFont("Inter"),
2171
  radius_size="lg",
2172
- ).set(
2173
- # Dark theme colors for glass effect
2174
- body_background_fill="*background_fill_primary",
2175
- background_fill_primary="rgba(15, 12, 41, 0.6)",
2176
- background_fill_secondary="rgba(255, 255, 255, 0.05)",
2177
- block_background_fill="rgba(255, 255, 255, 0.05)",
2178
- block_border_width="1px",
2179
- block_border_color="rgba(255, 255, 255, 0.1)",
2180
- button_primary_background_fill="linear-gradient(135deg, #667eea 0%, #764ba2 100%)",
2181
- button_primary_background_fill_hover="linear-gradient(135deg, #764ba2 0%, #667eea 100%)",
2182
- button_primary_text_color="white",
2183
- button_primary_border_color="rgba(255, 255, 255, 0.2)",
2184
- button_secondary_background_fill="rgba(255, 255, 255, 0.1)",
2185
- button_secondary_background_fill_hover="rgba(255, 255, 255, 0.2)",
2186
- button_secondary_text_color="rgba(255, 255, 255, 0.9)",
2187
- button_secondary_border_color="rgba(255, 255, 255, 0.15)",
2188
- # Text colors
2189
- body_text_color="rgba(255, 255, 255, 0.85)",
2190
- body_text_color_subdued="rgba(255, 255, 255, 0.6)",
2191
- # Input colors
2192
- input_background_fill="rgba(255, 255, 255, 0.08)",
2193
- input_background_fill_hover="rgba(255, 255, 255, 0.12)",
2194
- input_background_fill_focus="rgba(255, 255, 255, 0.15)",
2195
- input_border_color="rgba(255, 255, 255, 0.15)",
2196
- input_border_color_focus="#667eea",
2197
- # Slider colors
2198
- slider_color="#667eea",
2199
- # Block shadows for glass depth
2200
- block_shadow="0 4px 30px rgba(0, 0, 0, 0.1)",
2201
- block_title_text_color="rgba(255, 255, 255, 0.95)",
2202
- # Header colors
2203
- header_background_fill="rgba(255, 255, 255, 0.03)",
2204
- header_background_fill_dark="rgba(255, 255, 255, 0.03)",
2205
  ),
2206
  css=custom_css
2207
  ) as demo:
 
2169
  secondary_hue="purple",
2170
  font=gr.themes.GoogleFont("Inter"),
2171
  radius_size="lg",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2172
  ),
2173
  css=custom_css
2174
  ) as demo: