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