Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- 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
|
| 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(
|