Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ ui.panel_title("Kmer Analysis")
|
|
| 9 |
with ui.layout_columns():
|
| 10 |
with ui.card():
|
| 11 |
ui.input_slider("kmer", "kmer", 0, 10, 5)
|
| 12 |
-
ui.input_slider("top_k", "top
|
| 13 |
|
| 14 |
ui.input_selectize(
|
| 15 |
"plot_type",
|
|
|
|
| 9 |
with ui.layout_columns():
|
| 10 |
with ui.card():
|
| 11 |
ui.input_slider("kmer", "kmer", 0, 10, 5)
|
| 12 |
+
ui.input_slider("top_k", "top:", 0, 100, 15)
|
| 13 |
|
| 14 |
ui.input_selectize(
|
| 15 |
"plot_type",
|