Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ from flask import Flask
|
|
15 |
|
16 |
server = Flask(__name__)
|
17 |
|
18 |
-
# Create a customized version of the plotly_dark theme with a modified background color
|
19 |
custom_plotly_dark_theme = {
|
20 |
"layout": {
|
21 |
"paper_bgcolor": "#1E1E1E", # Update the paper background color
|
|
|
15 |
|
16 |
server = Flask(__name__)
|
17 |
|
18 |
+
# Create a customized version of the plotly_dark theme with a modified background color.
|
19 |
custom_plotly_dark_theme = {
|
20 |
"layout": {
|
21 |
"paper_bgcolor": "#1E1E1E", # Update the paper background color
|