Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
|
@@ -115,7 +115,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 115 |
|
| 116 |
# Change the button text to match our new approach
|
| 117 |
validate_btn = gr.Button("✨ Run Structural Alignment", variant="primary")
|
| 118 |
-
status2 = gr.Textbox(label="Validation Report", interactive=False)
|
| 119 |
|
| 120 |
validate_btn.click(run_part2, inputs=[pdb_input, esm_upload], outputs=[refined_download, status2])
|
| 121 |
|
|
|
|
| 115 |
|
| 116 |
# Change the button text to match our new approach
|
| 117 |
validate_btn = gr.Button("✨ Run Structural Alignment", variant="primary")
|
| 118 |
+
status2 = gr.Textbox(label="Validation Report", interactive=False, lines=5)
|
| 119 |
|
| 120 |
validate_btn.click(run_part2, inputs=[pdb_input, esm_upload], outputs=[refined_download, status2])
|
| 121 |
|