Skip to content

Commit 5874dfd

Browse files
authored
Update home.py
1 parent 1b50962 commit 5874dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streamlit/home.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def local_css(file_name):
3333
with open(file_name) as f:
3434
st.markdown(f'<style>{f.read()}</style>', unsafe_allow_html=True)
3535

36-
local_css("https://raw.githubusercontent.com/Recode-Hive/Stackoverflow-Analysis/main/streamlit/style.css")
36+
local_css("style.css")
3737

3838
#######################################
3939
# DATA PREPARATION FOR VISUALISATION

0 commit comments

Comments
 (0)