From 8949f102614b2b27d795c6798a084728a20035c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20David=20M=C3=BCller?= Date: Wed, 19 Jun 2024 12:12:32 +0200 Subject: [PATCH] remove last show_pages() --- src/captcha_.py | 3 --- 1 file changed, 3 deletions(-) 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🤖")