Spaces:
Runtime error
Runtime error
as-cle-bert
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -166,7 +166,7 @@ iface = gr.Interface(
|
|
166 |
)
|
167 |
|
168 |
with gr.Blocks() as demo1:
|
169 |
-
input_seqs = gr.File(label="FASTA File
|
170 |
@gr.render(inputs=input_text)
|
171 |
def show_split(inputfile):
|
172 |
if type(inputfile) == type(None):
|
|
|
166 |
)
|
167 |
|
168 |
with gr.Blocks() as demo1:
|
169 |
+
input_seqs = gr.File(label="FASTA File With Protein Sequences")
|
170 |
@gr.render(inputs=input_text)
|
171 |
def show_split(inputfile):
|
172 |
if type(inputfile) == type(None):
|