gravelcompbio commited on
Commit
b0379f6
·
verified ·
1 Parent(s): 42e6a13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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 ,a protein peptide that is 15 residues long, with the S or T phospho site as the center resdue")], outputs='text' )
1231
 
1232
  demo.launch()
1233
 
 
1227
 
1228
 
1229
 
1230
+ demo = gr.Interface(phosST,[gr.Dropdown( names, label="Kinases", info="Chose what kinase domain you want" ), gr.Textbox(label="Substrate", placeholder="LARKRRNSRDGDPLP", info="type the perfered 15mer (a protein peptide that is 15 residues long) with the S or T phospho site as the center resdue")], outputs='text' )
1231
 
1232
  demo.launch()
1233