Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from scipy.interpolate import interp1d
|
|
9 |
import numpy as np
|
10 |
|
11 |
ui.page_opts(fillable=True)
|
12 |
-
ui.panel_title("Does context size matter for
|
13 |
|
14 |
with ui.card():
|
15 |
ui.input_selectize(
|
|
|
9 |
import numpy as np
|
10 |
|
11 |
ui.page_opts(fillable=True)
|
12 |
+
ui.panel_title("Does context size matter for dna models?")
|
13 |
|
14 |
with ui.card():
|
15 |
ui.input_selectize(
|