AlanOC commited on
Commit
0d328b5
1 Parent(s): 2b1e3f6

Update full4.py

Browse files
Files changed (1) hide show
  1. full4.py +1 -1
full4.py CHANGED
@@ -140,7 +140,7 @@ def main():
140
  """
141
 
142
  # Add the HTML table to the sidebar
143
- st.markdown("## Total Word Count")
144
  st.sidebar.markdown(html_table, unsafe_allow_html=True)
145
 
146
 
 
140
  """
141
 
142
  # Add the HTML table to the sidebar
143
+ st.sidebar.markdown("## Total Word Count")
144
  st.sidebar.markdown(html_table, unsafe_allow_html=True)
145
 
146