Seicas commited on
Commit
4a14d8c
·
verified ·
1 Parent(s): 65c26ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Button.update(interactive=checked)
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,