Rimjhim Mittal commited on
Commit ·
057ae05
1
Parent(s): 126530f
json output changes to json model
Browse files
app.py
CHANGED
|
@@ -126,7 +126,7 @@ def show_mdf_graph(mdf_model):
|
|
| 126 |
st.image(image_path, caption="Model Graph Visualization")
|
| 127 |
|
| 128 |
def show_json_output(mdf_model):
|
| 129 |
-
st.subheader("JSON
|
| 130 |
st.json(mdf_model.to_json())
|
| 131 |
|
| 132 |
# st.cache_data()
|
|
|
|
| 126 |
st.image(image_path, caption="Model Graph Visualization")
|
| 127 |
|
| 128 |
def show_json_output(mdf_model):
|
| 129 |
+
st.subheader("JSON Model")
|
| 130 |
st.json(mdf_model.to_json())
|
| 131 |
|
| 132 |
# st.cache_data()
|