Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ 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")
|
|
|
2 |
from shiny.express import input, ui
|
3 |
import plotly.express as px
|
4 |
import pandas as pd
|
5 |
+
import matplotlib.pyplot as plt
|
6 |
|
7 |
ui.page_opts(fillable=True)
|
8 |
ui.panel_title("Kmer Analysis")
|