Spaces:
Running
Running
Update app.py
Browse files
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"
|
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 |
|