Spaces:
Running
on
T4
Running
on
T4
Update row count parameter
#6
by
freddyaboulton
HF staff
- opened
app.py
CHANGED
@@ -1307,7 +1307,7 @@ with proteinMPNN:
|
|
1307 |
mol = gr.HTML()
|
1308 |
with gr.Column():
|
1309 |
gr.Markdown("## Metrics")
|
1310 |
-
results = gr.Dataframe(nteractive=False, row_count=(
|
1311 |
plotAF_plddt = gr.Plot(label="pLDDT")
|
1312 |
# remove maxh80 class from css
|
1313 |
plotAF_pae = gr.Gallery(label="PAE plots") #gr.Plot(label="PAE")
|
|
|
1307 |
mol = gr.HTML()
|
1308 |
with gr.Column():
|
1309 |
gr.Markdown("## Metrics")
|
1310 |
+
results = gr.Dataframe(nteractive=False, row_count=(1, 'dynamic'), headers=["Seq","RMSD","Score","Recovery","Mean pLDDT"])
|
1311 |
plotAF_plddt = gr.Plot(label="pLDDT")
|
1312 |
# remove maxh80 class from css
|
1313 |
plotAF_pae = gr.Gallery(label="PAE plots") #gr.Plot(label="PAE")
|