Nakhwa commited on
Commit
b1d8517
1 Parent(s): ec2f479

Update home.py

Browse files
Files changed (1) hide show
  1. home.py +2 -1
home.py CHANGED
@@ -293,4 +293,5 @@ def show_home():
293
  # Display the table in col9 using HTML
294
  with col9:
295
  st.markdown("<h6 style='font-size: 14px; margin-bottom: 0;'>Statistik Data</h6>", unsafe_allow_html=True)
296
- st.markdown(html_table_col9, unsafe_allow_html=True)
 
 
293
  # Display the table in col9 using HTML
294
  with col9:
295
  st.markdown("<h6 style='font-size: 14px; margin-bottom: 0;'>Statistik Data</h6>", unsafe_allow_html=True)
296
+ st.markdown(html_table_col9, unsafe_allow_html=True)
297
+