broadfield-dev commited on
Commit
9dae261
·
verified ·
1 Parent(s): 9c45826

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -399,11 +399,11 @@ def ui_upload_memories_action_fn(uploaded_file_obj, progress=gr.Progress()):
399
  logger.info(msg); return msg
400
 
401
  # --- UI Definition ---
402
- custom_theme = gr.themes.Base(
403
  primary_hue="teal",
404
  secondary_hue="purple",
405
  neutral_hue="zinc",
406
- text_size="sm",
407
  spacing_size="md",
408
  radius_size="sm",
409
  font=[gr.themes.GoogleFont("Inter"), "System UI", "sans-serif"] # Added Inter as primary
 
399
  logger.info(msg); return msg
400
 
401
  # --- UI Definition ---
402
+ custom_theme = gr.themes.Soft(
403
  primary_hue="teal",
404
  secondary_hue="purple",
405
  neutral_hue="zinc",
406
+ text_size="md",
407
  spacing_size="md",
408
  radius_size="sm",
409
  font=[gr.themes.GoogleFont("Inter"), "System UI", "sans-serif"] # Added Inter as primary