Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
97DongHyeokOH committed Jul 28, 2023
1 parent 7aab113 commit fb3ac11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion app/main.py → app/frontend.py
Original file line number Diff line number Diff line change
@@ -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'<style>{f.read()}</style>', unsafe_allow_html=True)

def new_font_tag(text, mode) :
Expand Down

0 comments on commit fb3ac11

Please sign in to comment.