Commit
·
554dcae
1
Parent(s):
e748e0f
Update app.py
Browse files
app.py
CHANGED
@@ -350,7 +350,7 @@ class Application:
|
|
350 |
# Generate API configuration
|
351 |
_, config = self.yaml(components)
|
352 |
|
353 |
-
col2.download_button("Export", config, file_name="workflow.yml",
|
354 |
|
355 |
with st.expander("Data", expanded=not self.data):
|
356 |
data = st.text_area("Input", height=10)
|
|
|
350 |
# Generate API configuration
|
351 |
_, config = self.yaml(components)
|
352 |
|
353 |
+
col2.download_button("Export", config, file_name="workflow.yml", help="Export the API workflow as YAML")
|
354 |
|
355 |
with st.expander("Data", expanded=not self.data):
|
356 |
data = st.text_area("Input", height=10)
|