Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -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):
|
|
|
|
| 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):
|