Update app.py
Browse files
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.
|
| 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("")
|
| 17 |
|
| 18 |
model_choice = gr.Radio(choices=["SaProt", "ESM-2"], label="Select PLTNUM's base model.", value="SaProt")
|
| 19 |
|