Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -155,7 +155,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="indigo", secondary_hue="blue"),
|
|
155 |
|
156 |
# Onay kutusu ile butonu bağla
|
157 |
def toggle_process_button(checked: bool):
|
158 |
-
return gr.
|
159 |
|
160 |
privacy_agreement.change(
|
161 |
fn=toggle_process_button,
|
|
|
155 |
|
156 |
# Onay kutusu ile butonu bağla
|
157 |
def toggle_process_button(checked: bool):
|
158 |
+
return gr.update(interactive=checked)
|
159 |
|
160 |
privacy_agreement.change(
|
161 |
fn=toggle_process_button,
|