Skip to content

Instantly share code, notes, and snippets.

View MagedMohamedTurk's full-sized avatar

Maged Turkoman MagedMohamedTurk

View GitHub Profile
@MagedMohamedTurk
MagedMohamedTurk / app.py
Last active April 14, 2022 10:17 — forked from thuwarakeshm/app.py
Dash app
import dash
from dash import dcc, html
from pandas.io.formats import style
import plotly.express as px
import pandas as pd
from dash.dependencies import Input, Output
app = dash.Dash(
__name__,
)