osanseviero commited on
Commit
875adeb
β€’
1 Parent(s): 3524c01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -152,7 +152,6 @@ with demo:
152
  inp = gr.Textbox(label="Protein sequence", lines=3, value=DEFAULT_SEQ, placeholder="Write your protein sequence here...")
153
  with gr.Column():
154
  btn = gr.Button("πŸ”¬ Predict Structure ").style(full_width=False)
155
- download = gr.File(label="Download file")
156
  mol = gr.HTML(update)
157
  #download = gr.File(label="Download file")
158
  btn.click(fn=update, inputs=inp, outputs=mol)
 
152
  inp = gr.Textbox(label="Protein sequence", lines=3, value=DEFAULT_SEQ, placeholder="Write your protein sequence here...")
153
  with gr.Column():
154
  btn = gr.Button("πŸ”¬ Predict Structure ").style(full_width=False)
 
155
  mol = gr.HTML(update)
156
  #download = gr.File(label="Download file")
157
  btn.click(fn=update, inputs=inp, outputs=mol)