Spaces:
Runtime error
Runtime error
Update space.py
Browse files
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__":
|