Snowflake-Labs / sfquickstarts

Follow along with our tutorials to get you up and running with the Snowflake Data Cloud.
Apache License 2.0
332 stars 628 forks source link

Streamlit app filename incorrect in code for "Credit Card Fraud Detection" #1609

Open sfc-gh-dshinn opened 6 days ago

sfc-gh-dshinn commented 6 days ago

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 image