as-cle-bert commited on
Commit
a3806b4
Β·
verified Β·
1 Parent(s): c3c1fa6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,7 +185,7 @@ demo1 = gr.Interface(
185
  inputs=gr.File(
186
  label="FASTA File With Protein Sequences",
187
  ),
188
- outputs= gr.HTML(label="Protein 3D models")
189
  examples = ["proteins.fasta"]
190
  )
191
 
 
185
  inputs=gr.File(
186
  label="FASTA File With Protein Sequences",
187
  ),
188
+ outputs= gr.HTML(label="Protein 3D models"),
189
  examples = ["proteins.fasta"]
190
  )
191