AIEcosystem commited on
Commit
b5ce80f
·
verified ·
1 Parent(s): dd4a300

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -55,7 +55,7 @@ def create_presentation():
55
 
56
  # Streamlit UI
57
  st.title("Export Plotly Graph to PPTX")
58
- st.plotly_chart(fig) # Display the Plotly chart in the app
59
  if st.button("Generate and Download Slides"):
60
  pptx_data = create_presentation()
61
  st.download_button(
 
55
 
56
  # Streamlit UI
57
  st.title("Export Plotly Graph to PPTX")
58
+ st.plotly_chart(fig) # Display the Plotly chart
59
  if st.button("Generate and Download Slides"):
60
  pptx_data = create_presentation()
61
  st.download_button(