Update app.py
Browse files
app.py
CHANGED
|
@@ -66,7 +66,6 @@ Categorize the website into one of the 3 categories:
|
|
| 66 |
return ans_pred
|
| 67 |
|
| 68 |
except Exception as e:
|
| 69 |
-
print(e)
|
| 70 |
logging.exception(e)
|
| 71 |
return str(e)
|
| 72 |
|
|
|
|
| 66 |
return ans_pred
|
| 67 |
|
| 68 |
except Exception as e:
|
|
|
|
| 69 |
logging.exception(e)
|
| 70 |
return str(e)
|
| 71 |
|