TNK21 commited on
Commit
b71825c
·
1 Parent(s): 081adb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -25,10 +25,10 @@ example_inputs = [
25
  # Customization options
26
  custom_style = {
27
  "live": True, # Enables live updates
28
- "textAreaBackgroundColor": "#f0f0f0", # Background color of the text input area
29
- "textboxBorderColor": "#007ACC", # Border color of the text input box
30
- "headerBackgroundColor": "#007ACC", # Background color of the header
31
- "buttonColor": "#007ACC", # Color of the submission button
32
  }
33
 
34
  # Create a Gradio interface with examples and a word count slider
 
25
  # Customization options
26
  custom_style = {
27
  "live": True, # Enables live updates
28
+ "textAreaBackgroundColor": "#D1FFA7", # Background color of the text input area (Light Green)
29
+ "textboxBorderColor": "#FFD700", # Border color of the text input box (Gold)
30
+ "headerBackgroundColor": "#3B5998", # Background color of the header (Dark Blue)
31
+ "buttonColor": "#FF7F50", # Color of the submission button (Coral)
32
  }
33
 
34
  # Create a Gradio interface with examples and a word count slider