Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from PIL import Image
|
|
7 |
|
8 |
def isTrue(x) -> bool:
|
9 |
if isinstance(x, bool):
|
10 |
-
return
|
11 |
return x.strip().lower() == 'true'
|
12 |
|
13 |
def launch_bot():
|
|
|
7 |
|
8 |
def isTrue(x) -> bool:
|
9 |
if isinstance(x, bool):
|
10 |
+
return x
|
11 |
return x.strip().lower() == 'true'
|
12 |
|
13 |
def launch_bot():
|