Sasidhar commited on
Commit
880d06d
·
1 Parent(s): 711f1b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.jsonl",
52
- mime="application/jsonl")
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":