42Cummer commited on
Commit
2a3e7bf
·
verified ·
1 Parent(s): ef184f7

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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