yashm commited on
Commit
d79da87
·
verified ·
1 Parent(s): b39ac01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ if uploaded_file is not None:
133
  # Generate and display genome diagram
134
  output_file_path_svg = os.path.join(temp_dir, "genome_diagram.svg")
135
  create_genome_diagram(uploaded_file.getvalue().decode("utf-8"), output_file_path_svg)
136
- st.image(output_file_path_svg, caption='Genome Diagram', format='SVG')
137
 
138
  # Additional Information
139
  with st.expander("View All Genes"):
 
133
  # Generate and display genome diagram
134
  output_file_path_svg = os.path.join(temp_dir, "genome_diagram.svg")
135
  create_genome_diagram(uploaded_file.getvalue().decode("utf-8"), output_file_path_svg)
136
+ st.image(output_file_path_svg, caption='Genome Diagram')
137
 
138
  # Additional Information
139
  with st.expander("View All Genes"):