Redmind commited on
Commit
cf4a716
·
verified ·
1 Parent(s): 3ea20cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -686,7 +686,7 @@ class MyCustomTheme(gr.themes.Base):
686
  def __init__(self):
687
  super().__init__()
688
  self.primary_hue = "#3498db" # Set a custom primary color
689
- self.border_radius = gr.themes.Radius.SMALL # Custom border radius
690
  self.button_primary_text = "#ffffff" # Button text color
691
  self.button_primary_bg = "#2980b9" # Button background color
692
 
 
686
  def __init__(self):
687
  super().__init__()
688
  self.primary_hue = "#3498db" # Set a custom primary color
689
+ #self.border_radius = gr.themes.Radius.SMALL # Custom border radius
690
  self.button_primary_text = "#ffffff" # Button text color
691
  self.button_primary_bg = "#2980b9" # Button background color
692