yetessam commited on
Commit
f98e89d
·
verified ·
1 Parent(s): dddfef3

Update ui/contentagentui.py

Browse files
Files changed (1) hide show
  1. ui/contentagentui.py +6 -4
ui/contentagentui.py CHANGED
@@ -125,10 +125,12 @@ class ContentAgentUI:
125
  secondary_hue="orange",
126
  neutral_hue="gray",
127
  ).set(
128
- button_primary_background_fill="linear-gradient(90deg, #ff69b4, #ff7f50)",
129
- button_primary_text_color="white",
130
- radius_md="12px",
131
- font="Comic Sans MS, cursive, sans-serif"
 
 
132
  )
133
 
134
  with gr.Blocks(theme=custom_theme) as demo:
 
125
  secondary_hue="orange",
126
  neutral_hue="gray",
127
  ).set(
128
+
129
+ radius_size="md", # modest rounding
130
+ spacing_size="md", # reasonable spacing scale
131
+ #button_primary_background_fill="linear-gradient(90deg, #ff69b4, #ff7f50)",
132
+ #button_primary_text_color="white",
133
+
134
  )
135
 
136
  with gr.Blocks(theme=custom_theme) as demo: