EN VI
Posts (0)

No data results!

Please check back again in feature!

Questions (3)
2024-03-09 23:30:06
Based on the code provided, there appears to be a configuration error with the session type in the config.py file. You specified SESSION_TYPE= 'memcached', but the server actually used is Parse, whic...
Tags: python flask flask-session
2024-03-11 03:00:08
Most probably you are passing input_mail of the wrong type (expected: str, actual: dict) in your feature_extraction.transform([input_mail]) call in detect_phishing. To fix that, make sure you are pass...
2024-03-12 15:30:08
You declare saveData() function inside useEffect, which means the function is accessible only in the scope of that function. I can see that you pass this function as argument on row 76:...

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login