davidmezzetti commited on
Commit
12700f4
1 Parent(s): e4f8d1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -695,7 +695,7 @@ class Application:
695
  _, config = self.yaml(components)
696
  st.download_button("Export", config, file_name="workflow.yml", help="Export the API workflow as YAML")
697
  else:
698
- st.info(":arrow_left: Select a workflow from the sidebar")
699
 
700
 
701
  if __name__ == "__main__":
695
  _, config = self.yaml(components)
696
  st.download_button("Export", config, file_name="workflow.yml", help="Export the API workflow as YAML")
697
  else:
698
+ st.info("Select a workflow from the sidebar")
699
 
700
 
701
  if __name__ == "__main__":