Zaiiida commited on
Commit
1031a27
·
verified ·
1 Parent(s): 1d5f68d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -52,7 +52,7 @@ examples = [
52
  "A border collie lying in some Fall leaves as the forest trees change colors",
53
  ]
54
 
55
- # Define the custom theme
56
  class CustomTheme(gr.themes.Base):
57
  def __init__(self):
58
  super().__init__()
@@ -63,6 +63,8 @@ class CustomTheme(gr.themes.Base):
63
  self.text_color_primary = "#AEB3B8"
64
  self.text_color_secondary = "#AEB3B8"
65
  self.text_color_tertiary = "#AEB3B8"
 
 
66
 
67
  # Custom CSS to hide the footer
68
  css = """
 
52
  "A border collie lying in some Fall leaves as the forest trees change colors",
53
  ]
54
 
55
+ # Define the custom theme with input styles
56
  class CustomTheme(gr.themes.Base):
57
  def __init__(self):
58
  super().__init__()
 
63
  self.text_color_primary = "#AEB3B8"
64
  self.text_color_secondary = "#AEB3B8"
65
  self.text_color_tertiary = "#AEB3B8"
66
+ self.input_background_fill = "#17181B" # Set input background color
67
+ self.input_text_color = "#AEB3B8" # Set input text color
68
 
69
  # Custom CSS to hide the footer
70
  css = """