Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
from shiny import render
|
2 |
from shiny.express import input, ui
|
3 |
import plotly.express as px
|
|
|
4 |
|
5 |
ui.page_opts(fillable=True)
|
6 |
ui.panel_title("Kmer Analysis")
|
|
|
1 |
from shiny import render
|
2 |
from shiny.express import input, ui
|
3 |
import plotly.express as px
|
4 |
+
import pandas as pd
|
5 |
|
6 |
ui.page_opts(fillable=True)
|
7 |
ui.panel_title("Kmer Analysis")
|