Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -122,7 +122,7 @@ if generate_button:
|
|
| 122 |
|
| 123 |
# Display the HTML content and download link if DataFrame is not empty
|
| 124 |
if not df.empty:
|
| 125 |
-
|
| 126 |
st.markdown(dataframe_to_csv_download_link(df), unsafe_allow_html=True)
|
| 127 |
else:
|
| 128 |
st.markdown("<h2 style='text-align: center; color: black;'>Generated Content</h2>", unsafe_allow_html=True)
|
|
|
|
| 122 |
|
| 123 |
# Display the HTML content and download link if DataFrame is not empty
|
| 124 |
if not df.empty:
|
| 125 |
+
|
| 126 |
st.markdown(dataframe_to_csv_download_link(df), unsafe_allow_html=True)
|
| 127 |
else:
|
| 128 |
st.markdown("<h2 style='text-align: center; color: black;'>Generated Content</h2>", unsafe_allow_html=True)
|