Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,10 +25,12 @@ example_inputs = [
|
|
| 25 |
# Customization options
|
| 26 |
custom_style = {
|
| 27 |
"live": True, # Enables live updates
|
| 28 |
-
"textAreaBackgroundColor": "#
|
| 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
|