qua605 commited on
Commit
550446c
·
1 Parent(s): 5c28b3f

First commit

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -151,7 +151,11 @@ bar_chart2 = alt.Chart(new_data_2014).mark_bar().encode(
151
 
152
  st.altair_chart(difference_chart)
153
  st.altair_chart(bar_chart2)
154
-
 
 
 
 
155
  st.subheader("Write Up")
156
  st.markdown(
157
  """
 
151
 
152
  st.altair_chart(difference_chart)
153
  st.altair_chart(bar_chart2)
154
+ st.markdown(
155
+ """
156
+ Linked to the code that generated the graph: https://huggingface.co/spaces/fallinginfall65/fp3.1.1/blob/main/app.py
157
+ """
158
+ )
159
  st.subheader("Write Up")
160
  st.markdown(
161
  """