Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
import pandas as pd
|
2 |
import matplotlib.pyplot as plt
|
3 |
from scipy.interpolate import interp1d
|
|
|
|
|
4 |
from utils import (
|
5 |
filter_and_select,
|
6 |
plot_2d_comparison,
|
@@ -12,7 +14,6 @@ from utils import (
|
|
12 |
|
13 |
|
14 |
|
15 |
-
|
16 |
############################################################# Virus Dataset ########################################################
|
17 |
#ds = load_dataset('Hack90/virus_tiny')
|
18 |
df = pd.read_parquet('virus_ds.parquet')
|
|
|
1 |
import pandas as pd
|
2 |
import matplotlib.pyplot as plt
|
3 |
from scipy.interpolate import interp1d
|
4 |
+
from shiny import render
|
5 |
+
from shiny.express import input, output, ui
|
6 |
from utils import (
|
7 |
filter_and_select,
|
8 |
plot_2d_comparison,
|
|
|
14 |
|
15 |
|
16 |
|
|
|
17 |
############################################################# Virus Dataset ########################################################
|
18 |
#ds = load_dataset('Hack90/virus_tiny')
|
19 |
df = pd.read_parquet('virus_ds.parquet')
|