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

First commit

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -153,7 +153,9 @@ 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")
 
153
  st.altair_chart(bar_chart2)
154
  st.markdown(
155
  """
156
+ I generated the graph myself and the code is included below.
157
+
158
+ Linked to the code: https://huggingface.co/spaces/fallinginfall65/fp3.1.1/blob/main/app.py
159
  """
160
  )
161
  st.subheader("Write Up")