oucgc1996 commited on
Commit
d7f97d1
1 Parent(s): a75904d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ with open("conotoxinfinder.md", "r") as f:
92
  description = f.read()
93
  iface = gr.Interface(fn=conotoxinfinder,
94
  title="ConotoxinFinder nAChRs",
95
- inputs=[gr.Input("file", type="file", label="upload a file (.txt, .fasta) containing sequences")
96
  ],
97
  outputs= "file",
98
  description=description
 
92
  description = f.read()
93
  iface = gr.Interface(fn=conotoxinfinder,
94
  title="ConotoxinFinder nAChRs",
95
+ inputs=["file"
96
  ],
97
  outputs= "file",
98
  description=description