Skip to content

Commit

Permalink
Update streamlit_main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
papalotis authored Aug 11, 2024
1 parent ee8b606 commit 8978001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamlit_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

Expand Down

0 comments on commit 8978001

Please sign in to comment.