Skip to content

Commit

Permalink
Static code removed
Browse files Browse the repository at this point in the history
  • Loading branch information
SonyShrestha committed May 31, 2024
1 parent 07aac06 commit 7360876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Website/pages/sentiment_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@


# Specify the path to the GCS Parquet file
business_reviews_path = 'gs://formatted_zone/business_sentiment_20240516001020.parquet'
customer_reviews_path = 'gs://formatted_zone/customer_sentiment_20240516001526.parquet'
business_reviews_path = 'gs://formatted_zone/business_sentiment_*'
customer_reviews_path = 'gs://formatted_zone/customer_sentiment_*'


@st.cache_data
Expand Down

0 comments on commit 7360876

Please sign in to comment.