Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from zipfile import ZipFile
|
|
7 |
import plotly.express as px
|
8 |
import plotly.graph_objs as go
|
9 |
|
10 |
-
LLR_FILE='
|
11 |
|
12 |
def load_LLR(uniprot_id):
|
13 |
'''Loads the LLRs for a given uniprot id. Returns a 20xL dataframe
|
|
|
7 |
import plotly.express as px
|
8 |
import plotly.graph_objs as go
|
9 |
|
10 |
+
LLR_FILE='./sample gene scores.zip'
|
11 |
|
12 |
def load_LLR(uniprot_id):
|
13 |
'''Loads the LLRs for a given uniprot id. Returns a 20xL dataframe
|