jmansfield89 commited on
Commit
ebc7910
1 Parent(s): 812ed0e

Update app.py

Browse files

Add hyperlink for Qlik dashboard

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -54,6 +54,7 @@ def display_header():
54
  st.subheader("This app displays data mined from the EIA.gov website for 2019 energy production, consumption, "
55
  "and expenditure by state. Use the dropdown menu to filter the heatmap, which is interactive so you "
56
  "can hover over each state to view the filtered information.")
 
57
 
58
 
59
  def display_filter(col_names):
 
54
  st.subheader("This app displays data mined from the EIA.gov website for 2019 energy production, consumption, "
55
  "and expenditure by state. Use the dropdown menu to filter the heatmap, which is interactive so you "
56
  "can hover over each state to view the filtered information.")
57
+ st.write("A separate Qlik dashboard to explore this data can be viewed here: [link](https://yq99nw4o7qdge1s.us.qlikcloud.com/single/?appid=68edb70d-68b9-4050-b956-34c12bc2460c&sheet=37d34302-8565-4551-afd2-abd2dcffa243&theme=horizon&opt=ctxmenu,currsel&select=clearall)")
58
 
59
 
60
  def display_filter(col_names):