Spaces:
Running
Running
Update home.py
Browse files
home.py
CHANGED
@@ -293,5 +293,4 @@ 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)
|
297 |
-
|
|
|
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)
|
|