diff --git a/modules.py b/modules.py index 93795df..c5eee2e 100644 --- a/modules.py +++ b/modules.py @@ -8,6 +8,33 @@ ############################################################################# from internals import create_component +import streamlit as st + +# CSS style for modules +st.markdown(""" + +""", unsafe_allow_html=True) # Written by Chat GPT # This one has been written for you as an example. You may change it as wanted. @@ -29,7 +56,7 @@ def display_my_custom_component(value): create_component(data, html_file_name) -def display_post(username, user_image, timestamp, content, post_image): +def display_post(group_title, subject, description, date, time, location, members): """Write a good docstring here.""" pass