vasilisNt commited on
Commit
16ba247
1 Parent(s): 985a7dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='/content/sample gene scores.zip'
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