From bca6b294d055cfa442dc810854f50871bf418041 Mon Sep 17 00:00:00 2001 From: Zeheng Li Date: Thu, 28 Dec 2023 09:43:04 -0700 Subject: [PATCH] clean up --- streamlit_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamlit_app.py b/streamlit_app.py index 1a76502..08f1918 100644 --- a/streamlit_app.py +++ b/streamlit_app.py @@ -1,5 +1,5 @@ -import streamlit as st import pandas as pd +import streamlit as st st.set_page_config(page_title="yyc-community-game", page_icon=":question:") _, center, _ = st.columns([2, 1, 2])