Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -239,9 +239,6 @@ legend_bbox_map = {
|
|
239 |
"bottom right": (0.9, -0.1), "bottom middle": (0.5, -0.1), "bottom left": (0.1, -0.1) # Shifted lower
|
240 |
}
|
241 |
|
242 |
-
# Set the legend with both loc and bbox_to_anchor to avoid overlap
|
243 |
-
ax.legend(loc=legend_loc_map[legend_position], bbox_to_anchor=legend_bbox_map[legend_position])
|
244 |
-
|
245 |
|
246 |
# Brochure and Presentation Export Options
|
247 |
with st.sidebar.expander("Export Options"):
|
|
|
239 |
"bottom right": (0.9, -0.1), "bottom middle": (0.5, -0.1), "bottom left": (0.1, -0.1) # Shifted lower
|
240 |
}
|
241 |
|
|
|
|
|
|
|
242 |
|
243 |
# Brochure and Presentation Export Options
|
244 |
with st.sidebar.expander("Export Options"):
|