From f5d6efdae1b2fdbd04006e8897cd7fbe351034a0 Mon Sep 17 00:00:00 2001 From: Umang Mistry Date: Mon, 11 Mar 2024 17:26:05 -0500 Subject: [PATCH] added blank space to streamlit code to test cicd --- streamlit/interface_1.py | 1 + 1 file changed, 1 insertion(+) diff --git a/streamlit/interface_1.py b/streamlit/interface_1.py index 400adb0..ea64f53 100644 --- a/streamlit/interface_1.py +++ b/streamlit/interface_1.py @@ -8,6 +8,7 @@ from datetime import datetime st.set_page_config(layout = "wide") + # # Sidebar contents # with st.sidebar: # st.title("Doczy.AI ™")