From 58ba65923bdd365112a6f687d70924a3905179a0 Mon Sep 17 00:00:00 2001 From: ashleyjoh-db Date: Fri, 6 Oct 2023 15:21:02 -0500 Subject: [PATCH] test feature branch --- fe_medium_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe_medium_report.py b/fe_medium_report.py index d8b3b4d6..bf0b3619 100644 --- a/fe_medium_report.py +++ b/fe_medium_report.py @@ -36,7 +36,7 @@ # Create bar chart using Top 20 articles data fig = px.bar(top_articles, x='author', y='claps', - labels={'author':'Article Author', 'claps':'Number of Claps'}, + labels={'author':'Article Author', 'claps':'Num of Claps'}, hover_data={'author': True, 'link': True, 'summary': True}, height=400)