Update app.py
Browse files
app.py
CHANGED
|
@@ -375,7 +375,7 @@ class App:
|
|
| 375 |
|
| 376 |
@staticmethod
|
| 377 |
def update_visibility(radio_text: str):
|
| 378 |
-
if
|
| 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:
|