Spaces:
Paused
Paused
Update app.py
Browse files
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
|