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 da0f243 commit a4efb30Copy full SHA for a4efb30
app/components/context.py
@@ -242,7 +242,7 @@ def disable_button(n_clicks):
242
Disables the button after it is clicked and displays a loading message.
243
"""
244
return n_clicks > 0, "Please wait...", "warning"
245
-
+
246
@app.callback(
247
Output("presc-button", "disabled", allow_duplicate=True),
248
Output("presc-button", "children", allow_duplicate=True),
@@ -254,4 +254,4 @@ def enable_button(reset_disabled):
254
255
Enables the button when the filtering is done and resets it.
256
257
- return False, "AI Generate Policies for Scenario", "primary"
+ return False, "AI Generate Policies for Scenario", "primary"
0 commit comments