Tonic commited on
Commit
547d93a
·
verified ·
1 Parent(s): 429bf81

Update space.py

Browse files
Files changed (1) hide show
  1. space.py +1 -1
space.py CHANGED
@@ -3,7 +3,7 @@ from gradio_fasta import FASTA
3
 
4
  with gr.Blocks() as demo:
5
  gr.Markdown("### Zoonotica File Viewer")
6
- fasta_viewer = FASTA(value="TP53_protein_sequences.fasta")
7
  # fasta_viewer.render() # Render the FASTA component without requiring inputs
8
 
9
  if __name__ == "__main__":
 
3
 
4
  with gr.Blocks() as demo:
5
  gr.Markdown("### Zoonotica File Viewer")
6
+ fasta_viewer = FASTA(label="zoonotica-orthologs",value="TP53_protein_sequences.fasta")
7
  # fasta_viewer.render() # Render the FASTA component without requiring inputs
8
 
9
  if __name__ == "__main__":