gravelcompbio commited on
Commit
bb25211
·
verified ·
1 Parent(s): 0db2d87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,7 +6,7 @@ sys.dont_write_bytecode=True
6
 
7
  import numpy as np
8
  import pandas as pd
9
- import matplotlib.pyplot as plt
10
 
11
  import torch, torchvision
12
 
@@ -1227,7 +1227,7 @@ def phosST(input1,input2):
1227
 
1228
 
1229
 
1230
- demo = gr.Interface(phosST,[gr.Dropdown( names, label="Kinases", info="Chose what kinase domain you want", placeholder="KAPCA"), gr.Textbox(label="Substrate", placeholder="LARKRRNSRDGDPLP", info="type the perfered 15mer with the S or T in the middle")], outputs='text' )
1231
 
1232
  demo.launch()
1233
 
 
6
 
7
  import numpy as np
8
  import pandas as pd
9
+ #import matplotlib.pyplot as plt
10
 
11
  import torch, torchvision
12
 
 
1227
 
1228
 
1229
 
1230
+ demo = gr.Interface(phosST,[gr.Dropdown( names, label="Kinases", info="Chose what kinase domain you want", placeholder="KAPCA"), gr.Textbox(label="Substrate", placeholder="LARKRRNSRDGDPLP", info="type the perfered 15mer (protein peptide that is 15 residues long) with the S or T phospho site in the middle")], outputs='text' )
1231
 
1232
  demo.launch()
1233