LAP-DEV commited on
Commit
c7d912a
·
verified ·
1 Parent(s): 951d652

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -375,7 +375,7 @@ class App:
375
 
376
  @staticmethod
377
  def update_visibility(radio_text: str):
378
- if radio == "Single":
379
  input_file.visible = True
380
  input_file_multi.visible = False
381
  else:
 
375
 
376
  @staticmethod
377
  def update_visibility(radio_text: str):
378
+ if radio_text == "Single":
379
  input_file.visible = True
380
  input_file_multi.visible = False
381
  else: