We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b50962 commit 5874dfdCopy full SHA for 5874dfd
streamlit/home.py
@@ -33,7 +33,7 @@ def local_css(file_name):
33
with open(file_name) as f:
34
st.markdown(f'<style>{f.read()}</style>', unsafe_allow_html=True)
35
36
-local_css("https://raw.githubusercontent.com/Recode-Hive/Stackoverflow-Analysis/main/streamlit/style.css")
+local_css("style.css")
37
38
#######################################
39
# DATA PREPARATION FOR VISUALISATION
0 commit comments