From 18ebbaed9e003710b154f3a8c98a2ecd0f5a2dc4 Mon Sep 17 00:00:00 2001 From: sina <20732540+SinaKhalili@users.noreply.github.com> Date: Mon, 7 Oct 2024 08:35:29 -0700 Subject: [PATCH] Remove backend requirement for orderbook --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 2b73216..c3155ce 100644 --- a/src/main.py +++ b/src/main.py @@ -28,7 +28,7 @@ icon=":material/home:", ), st.Page( - needs_backend(orderbook_page), + orderbook_page, url_path="orderbook", title="Orderbook", icon="📈",