bluenevus commited on
Commit
6523932
·
verified ·
1 Parent(s): d96a160

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import threading
5
  import time
6
  from typing import List, Tuple
7
  import re
8
-
9
  import dash
10
  import dash_bootstrap_components as dbc
11
  from dash import html, dcc, Input, Output, State, ctx
 
5
  import time
6
  from typing import List, Tuple
7
  import re
8
+ import pandas as pd
9
  import dash
10
  import dash_bootstrap_components as dbc
11
  from dash import html, dcc, Input, Output, State, ctx