You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The doc example in "5. Build a Fraud Detection App with GeoSpatial Analysis in Streamlit" of quickstart "Credit Card Fraud Detection using Snowflake ML Functions" references the incorrect filename.
Describe the bug
The doc example in "5. Build a Fraud Detection App with GeoSpatial Analysis in Streamlit" of quickstart "Credit Card Fraud Detection using Snowflake ML Functions" references the incorrect filename.
URL of where you see the bug
https://quickstarts.snowflake.com/guide/credit-card-fraud-detection-using-snowflake-ml/index.html?index=..%2F..index#4
To Reproduce
Currently displayed code:
MAIN_FILE = 'Fraud_Detection.py'
Expected behavior
Code line should be:
MAIN_FILE = 'FraudDetection_app.py'
, consistent with the filename that was loaded from github.Screenshots
The text was updated successfully, but these errors were encountered: