Spaces:
Running
Running
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ import sys
|
|
26 |
import warnings
|
27 |
|
28 |
def err(msg):
|
29 |
-
print( msg )
|
30 |
pass
|
31 |
|
32 |
warnings.filterwarnings("ignore")
|
|
|
26 |
import warnings
|
27 |
|
28 |
def err(msg):
|
29 |
+
print( "\n[!!!] "+msg+"\n" )
|
30 |
pass
|
31 |
|
32 |
warnings.filterwarnings("ignore")
|