Update app.py
Browse files
app.py
CHANGED
@@ -48,8 +48,8 @@ if st.button("Run Workflow"):
|
|
48 |
# with open("workflow_config.json", "w") as json_file:
|
49 |
st.download_button("Export Config",
|
50 |
data=Path("workflow_config.json").read_text(),
|
51 |
-
file_name="workflow_config.
|
52 |
-
mime="application/
|
53 |
|
54 |
# if st.download_button("Export Workflow"):
|
55 |
# if export_format == "YAML":
|
|
|
48 |
# with open("workflow_config.json", "w") as json_file:
|
49 |
st.download_button("Export Config",
|
50 |
data=Path("workflow_config.json").read_text(),
|
51 |
+
file_name="workflow_config.json",
|
52 |
+
mime="application/json")
|
53 |
|
54 |
# if st.download_button("Export Workflow"):
|
55 |
# if export_format == "YAML":
|