diff --git a/app/main.css b/app/frontend.css similarity index 100% rename from app/main.css rename to app/frontend.css diff --git a/app/main.py b/app/frontend.py similarity index 99% rename from app/main.py rename to app/frontend.py index 20f450e..4baff70 100644 --- a/app/main.py +++ b/app/frontend.py @@ -1,7 +1,7 @@ import streamlit as st from PIL import Image -with open('main.css') as f : +with open('frontend.css') as f : st.markdown(f'', unsafe_allow_html=True) def new_font_tag(text, mode) :