Skip to content

Commit

Permalink
add new toast notification
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed Aug 1, 2023
1 parent c37eec3 commit 346368f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/notebooks/Exploration/dashboard/dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@

os.chdir(dashboardPath)

@st.cache_data(ttl=3600)
#@st.cache_data(ttl=3600)
def get_sparql_dataframe(service, query):
"""
Helper function to convert SPARQL results into a Pandas data frame.
Expand Down Expand Up @@ -324,6 +324,8 @@ def get_sparql_dataframe(service, query):
unsafe_allow_html=True,
)

st.toast("The Dashboard performs heavy SPARQL queries to the ODIS graph :hourglass:")

sumCol1, sumCol2, sumCol3 = st.columns(3, gap="medium")

with sumCol1:
Expand Down

0 comments on commit 346368f

Please sign in to comment.