diff --git a/ad_miner/sources/html/components/smolcard/smolcard_header.html b/ad_miner/sources/html/components/smolcard/smolcard_header.html index f904b16..a9dfe08 100644 --- a/ad_miner/sources/html/components/smolcard/smolcard_header.html +++ b/ad_miner/sources/html/components/smolcard/smolcard_header.html @@ -29,7 +29,7 @@ \ No newline at end of file diff --git a/ad_miner/sources/modules/main_page.py b/ad_miner/sources/modules/main_page.py index a88925b..934e382 100644 --- a/ad_miner/sources/modules/main_page.py +++ b/ad_miner/sources/modules/main_page.py @@ -480,7 +480,11 @@ def render( """ if arguments.evolution == "": - modal_footer += "" + modal_footer += """ + """ page_f.write(modal_header + cardsHtml + modal_footer) # html = secondary.returnHtml()