wangjin2000 commited on
Commit
34d0935
·
verified ·
1 Parent(s): 1afe9e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -378,7 +378,7 @@ with demo:
378
 
379
  #gr.Markdown("## Finetune Pre-trained Model")
380
  with gr.Column():
381
- gr.Markdown("## Select a base model and a coresponding PEFT finetune model")
382
  #gr.Markdown(
383
  # """ Pick a base model and press **Finetune Pre-trained Model!"""
384
  #)
@@ -403,7 +403,7 @@ with demo:
403
  choices=["Default protein", "Antifreeze protein", "Plastic degradation protein", "AI Generated protein", "7-bladed propeller fold", "custom"]
404
  )
405
  gr.Markdown(
406
- """Predict binding site and Plot structure for selected protein sequence:"""
407
  )
408
  with gr.Row():
409
  with gr.Column(variant="compact", scale = 8):
 
378
 
379
  #gr.Markdown("## Finetune Pre-trained Model")
380
  with gr.Column():
381
+ gr.Markdown("## Select a base model and a corresponding PEFT finetune model")
382
  #gr.Markdown(
383
  # """ Pick a base model and press **Finetune Pre-trained Model!"""
384
  #)
 
403
  choices=["Default protein", "Antifreeze protein", "Plastic degradation protein", "AI Generated protein", "7-bladed propeller fold", "custom"]
404
  )
405
  gr.Markdown(
406
+ "##Predict binding site and Plot structure for selected protein sequence:"
407
  )
408
  with gr.Row():
409
  with gr.Column(variant="compact", scale = 8):