wangjin2000 commited on
Commit
f7a164f
·
verified ·
1 Parent(s): 53edd52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -291,6 +291,12 @@ with demo:
291
  value="Protein:P63279",
292
  choices=["Default protein", "Antifreeze protein", "Protein:P63279", "AI Generated protein", "7-bladed propeller fold", "custom"]
293
  )
 
 
 
 
 
 
294
  gr.Markdown(
295
  "## Predict peptide sequence:"
296
  )
@@ -312,12 +318,6 @@ with demo:
312
  "012345678911234567892123456789312345678941234567895123456789612345678971234567898123456789912345678901234567891123456789",
313
  interactive=False,
314
  )
315
- uploaded_file = gr.File(
316
- label="Local File Upload",
317
- file_count="single",
318
- file_types=[".tsv", ".csv"],
319
- type="filepath",
320
- )
321
  with gr.Column(variant="compact", scale = 2):
322
  predict_btn = gr.Button(
323
  value="Predict peptide sequence",
 
291
  value="Protein:P63279",
292
  choices=["Default protein", "Antifreeze protein", "Protein:P63279", "AI Generated protein", "7-bladed propeller fold", "custom"]
293
  )
294
+ uploaded_file = gr.File(
295
+ label="Local File Upload",
296
+ file_count="single",
297
+ file_types=[".tsv", ".csv"],
298
+ type="filepath",
299
+ )
300
  gr.Markdown(
301
  "## Predict peptide sequence:"
302
  )
 
318
  "012345678911234567892123456789312345678941234567895123456789612345678971234567898123456789912345678901234567891123456789",
319
  interactive=False,
320
  )
 
 
 
 
 
 
321
  with gr.Column(variant="compact", scale = 2):
322
  predict_btn = gr.Button(
323
  value="Predict peptide sequence",