Skip to content
Snippets Groups Projects
Commit 9c1cf7b5 authored by KimHejer's avatar KimHejer
Browse files

Changed title of the analytics page

parent e420d482
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ import streamlit as st ...@@ -2,7 +2,7 @@ import streamlit as st
import plotly.express as px import plotly.express as px
import database as db import database as db
st.title("Top 10 Artists by Most Popular Genre") st.title("Artists' Most Popular Genre")
conn = db.get_connection() conn = db.get_connection()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment