dlennon commited on
Commit
964e39d
·
verified ·
1 Parent(s): 937e100

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- st.markdown("<h2 style='text-align: center; color: black;'>Your Content Calendar</h2>", unsafe_allow_html=True)
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)