This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import dash | |
| from dash import html, dcc, Input, Output, State, ctx | |
| import plotly.express as px | |
| import pandas as pd | |
| import base64 | |
| import io | |
| app = dash.Dash(__name__, external_scripts=["https://cdn.tailwindcss.com"]) | |
| def create_empty_figure(title): |