diff --git a/src/captcha_.py b/src/captcha_.py index 4a60904..fcc5054 100644 --- a/src/captcha_.py +++ b/src/captcha_.py @@ -7,7 +7,6 @@ import random import string import os -from st_pages import show_pages, Page def delete_all_pages(main_script_path_str: str) -> None: @@ -195,8 +194,6 @@ def captcha_control(): """ # control if the captcha is correct if "controllo" not in st.session_state or st.session_state["controllo"] is False: - # remove all pages from the sidebar - show_pages([Page("app.py", "FLASHViewer", "🏠")]) st.title("Make sure you are not a robot🤖")