From cddfb6aac8467e791af289f570786a5b55014c37 Mon Sep 17 00:00:00 2001 From: mrbreo Date: Mon, 3 Feb 2025 23:26:48 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20=E2=9C=8F=20=20update=20validator=20uid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- streamlit_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamlit_app.py b/streamlit_app.py index 99fcff6..158d4b3 100644 --- a/streamlit_app.py +++ b/streamlit_app.py @@ -5,7 +5,7 @@ import plotly.graph_objects as go from datetime import datetime -validator_uids = [133, 2, 73, 233, 0, 8, 147, 229, 123, 250, 118, 39, 119, 100, 218] +validator_uids = [233, 133, 147, 118, 100, 39, 15, 8, 0, 73] st.set_page_config(page_title="LogicNet Studio", layout="wide")