TNK21 commited on
Commit
3e00a4e
·
1 Parent(s): b71825c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -25,10 +25,12 @@ example_inputs = [
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
 
25
  # Customization options
26
  custom_style = {
27
  "live": True, # Enables live updates
28
+ "textAreaBackgroundColor": "#F7F7F7", # Background color of the text input area (Light Gray)
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
+ "titleColor": "#FF5733", # Color of the title (Vibrant Red-Orange)
33
+ "titleFont": "Comic Sans MS" # Font of the title (Comic Sans MS)
34
  }
35
 
36
  # Create a Gradio interface with examples and a word count slider