Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|
|
|
|
|
|