awacke1 commited on
Commit
cd47726
·
1 Parent(s): df7943c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -149,7 +149,4 @@ annotation_layer = (
149
  )
150
 
151
  # Display both charts together
152
- st.altair_chart((chart + annotation_layer).interactive(), use_container_width=True)
153
- """,
154
- "python",
155
- )
 
149
  )
150
 
151
  # Display both charts together
152
+ st.altair_chart((chart + annotation_layer).interactive(), use_container_width=True)