We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ab65d commit 2ab51d0Copy full SHA for 2ab51d0
app/pg_export_crew.py
@@ -265,7 +265,7 @@ def draw(self):
265
else:
266
crew_names = [crew.name for crew in ss.crews]
267
selected_crew_name = st.selectbox("Select crew to export as singlepage app (doesn't support tools yet)", crew_names)
268
- if st.button("Export singlepage app"):
+ if st.button("Export singlepage app", disabled=True, help="This feature is now broken and will be fixed soon."):
269
zip_path = self.create_export(selected_crew_name)
270
with open(zip_path, "rb") as fp:
271
st.download_button(
0 commit comments