Skip to content

Instantly share code, notes, and snippets.

View manueldac's full-sized avatar
👋

Manuel Angulo manueldac

👋
View GitHub Profile
# -*- coding: utf-8 -*-
import os
from html.parser import HTMLParser
import dash
import pandas as pd
import plotly.express as px
import requests
from dash import html, dcc, dash_table, Input, Output