Commit ·
b5c659d
1
Parent(s): bd9c6fc
Fixing deployment issues:
Browse files- fixing nested json problem
visualization/pages/1_Campaign_Builder.py
CHANGED
|
@@ -160,8 +160,8 @@ def render_configuration_section(prefix: str, col_container, initial_config=None
|
|
| 160 |
st.success(f"✅ Loaded: **{selected_config_name}**")
|
| 161 |
|
| 162 |
# Show config preview
|
| 163 |
-
with st.expander("📄 View Configuration Details"):
|
| 164 |
-
|
| 165 |
|
| 166 |
st.markdown("---")
|
| 167 |
|
|
|
|
| 160 |
st.success(f"✅ Loaded: **{selected_config_name}**")
|
| 161 |
|
| 162 |
# Show config preview
|
| 163 |
+
# with st.expander("📄 View Configuration Details"):
|
| 164 |
+
# st.json(loaded_config)
|
| 165 |
|
| 166 |
st.markdown("---")
|
| 167 |
|