From 89780012583efea7a9b81c2ec001f32d0f5f3e0f Mon Sep 17 00:00:00 2001 From: Panagiotis <36131443+papalotis@users.noreply.github.com> Date: Sun, 11 Aug 2024 15:36:10 +0200 Subject: [PATCH] Update streamlit_main.py --- streamlit_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamlit_main.py b/streamlit_main.py index c81154e..4f99b2b 100644 --- a/streamlit_main.py +++ b/streamlit_main.py @@ -50,7 +50,7 @@ def run_welcome() -> None: STRING_TO_FUNCTION_SKIDPAD = { "Welcome": run_welcome, - "Relocalization": run_skidpad, + # "Relocalization": run_skidpad, "Path calculation": run_path_calculation, }