as-cle-bert commited on
Commit
d0c22b9
·
verified ·
1 Parent(s): 74de55c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", info="FASTA-formatted file with headers starting with '>' and protein sequences")
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):