Update app.py
Browse files
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'
|
| 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"):
|