From 430e5258ec7725c962b289e7811ca9794c272a13 Mon Sep 17 00:00:00 2001 From: Asher Huang Date: Sun, 23 Jun 2024 22:57:07 +0800 Subject: [PATCH] Update the html file name. --- parse_monarchs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parse_monarchs.py b/parse_monarchs.py index 315e883..2ad173a 100644 --- a/parse_monarchs.py +++ b/parse_monarchs.py @@ -232,4 +232,4 @@ def parse_year(year): fig_image = go.Figure(data=traces_image, layout=layout_image) # Save the plot to an HTML file -fig_image.write_html("Timeline_of_Major_Chinese_Dynasties.html") \ No newline at end of file +fig_image.write_html("Timeline_of_Chinese_Dynasties_and_Monarchs.html") \ No newline at end of file