nlpblogs commited on
Commit
be329e0
·
verified ·
1 Parent(s): a393071

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -186,7 +186,7 @@ def scrape_google_reviews(url):
186
  return None, None, None, None, None
187
 
188
  # Streamlit UI
189
- st.title("Google Maps Reviews Sentiment Analysis")
190
 
191
 
192
 
 
186
  return None, None, None, None, None
187
 
188
  # Streamlit UI
189
+ st.subheader("Google Maps Reviews Sentiment Analysis", divider = "orange")
190
 
191
 
192