Update app.py
Browse files
app.py
CHANGED
|
@@ -353,7 +353,7 @@ with dyna1_app:
|
|
| 353 |
csv_output_esm2 = gr.File(label="Download Results (.csv)")
|
| 354 |
|
| 355 |
gr.Markdown("""
|
| 356 |
-
|
| 357 |
|
| 358 |
We visualize probabilities of exchange on protein structures using [PyMol](https://www.pymol.org). To re-create the putty visualization on your protein, import the pdb file into PyMol and copy-paste the following commands into the PyMol command line:
|
| 359 |
|
|
|
|
| 353 |
csv_output_esm2 = gr.File(label="Download Results (.csv)")
|
| 354 |
|
| 355 |
gr.Markdown("""
|
| 356 |
+
## Visualization
|
| 357 |
|
| 358 |
We visualize probabilities of exchange on protein structures using [PyMol](https://www.pymol.org). To re-create the putty visualization on your protein, import the pdb file into PyMol and copy-paste the following commands into the PyMol command line:
|
| 359 |
|