Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ from plotly.subplots import make_subplots
|
|
| 4 |
import panel as pn
|
| 5 |
|
| 6 |
# Définition du thème sombre
|
| 7 |
-
pio.templates.default = "plotly_dark"
|
| 8 |
|
| 9 |
|
| 10 |
# Activer les extensions KaTeX et MathJax
|
|
|
|
| 4 |
import panel as pn
|
| 5 |
|
| 6 |
# Définition du thème sombre
|
| 7 |
+
#pio.templates.default = "plotly_dark"
|
| 8 |
|
| 9 |
|
| 10 |
# Activer les extensions KaTeX et MathJax
|