sagawa commited on
Commit
8c9e0dc
·
verified ·
1 Parent(s): c998ccf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ with gr.Blocks() as demo:
13
  **Predict the protein half-life from its sequence or PDB file.**
14
  """
15
  )
16
- gr.MarkDown("![model image](https://github.com/sagawatatsuya/PLTNUM/blob/main/model-image.png)")
17
 
18
  model_choice = gr.Radio(choices=["SaProt", "ESM-2"], label="Select PLTNUM's base model.", value="SaProt")
19
 
 
13
  **Predict the protein half-life from its sequence or PDB file.**
14
  """
15
  )
16
+ gr.Markdown("![model image](https://github.com/sagawatatsuya/PLTNUM/blob/main/model-image.png)")
17
 
18
  model_choice = gr.Radio(choices=["SaProt", "ESM-2"], label="Select PLTNUM's base model.", value="SaProt")
19