Tamiloneto8 commited on
Commit
192d13e
·
verified ·
1 Parent(s): 18fcb9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -6
app.py CHANGED
@@ -122,10 +122,7 @@ def create_DubIndic_interface():
122
  custom_theme = gr_themes.Soft(
123
  primary_hue="orange",
124
  secondary_hue="red",
125
- neutral_hue="gray",
126
- font_size="sm",
127
- spacing_size="sm",
128
- radius_size="lg"
129
  ).set(
130
  button_primary_background_fill="linear-gradient(45deg, #f97316, #ef4444)",
131
  button_primary_background_fill_hover="linear-gradient(45deg, #ea580c, #dc2626)",
@@ -134,8 +131,7 @@ def create_DubIndic_interface():
134
  block_border_color="rgba(249, 115, 22, 0.2)",
135
  input_background_fill="rgba(255, 255, 255, 0.9)",
136
  input_border_color="rgba(249, 115, 22, 0.3)",
137
- input_border_color_focus="rgba(239, 68, 68, 0.6)",
138
- slider_color="linear-gradient(45deg, #f97316, #ef4444)"
139
  )
140
 
141
  # Define the Gradio Interface using Blocks for a custom layout
 
122
  custom_theme = gr_themes.Soft(
123
  primary_hue="orange",
124
  secondary_hue="red",
125
+ neutral_hue="gray"
 
 
 
126
  ).set(
127
  button_primary_background_fill="linear-gradient(45deg, #f97316, #ef4444)",
128
  button_primary_background_fill_hover="linear-gradient(45deg, #ea580c, #dc2626)",
 
131
  block_border_color="rgba(249, 115, 22, 0.2)",
132
  input_background_fill="rgba(255, 255, 255, 0.9)",
133
  input_border_color="rgba(249, 115, 22, 0.3)",
134
+ input_border_color_focus="rgba(239, 68, 68, 0.6)"
 
135
  )
136
 
137
  # Define the Gradio Interface using Blocks for a custom layout