From c8f5963bbd9d527bd1c055878df19ce91f658271 Mon Sep 17 00:00:00 2001 From: Sudhendra Date: Sun, 20 Oct 2024 22:14:47 -0400 Subject: [PATCH] Update medapp.py --- medapp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/medapp.py b/medapp.py index 06cc563..776ef4c 100644 --- a/medapp.py +++ b/medapp.py @@ -175,14 +175,14 @@ def extract_frame(video_path: str, timestamp: float) -> Image.Image: # Main Streamlit app def main(): - streamlit_analytics.start_tracking(firestore_key_file="firebase-key.json", firestore_collection_name="counts") - st.set_page_config(page_title="Step 1 Buddy", page_icon="⚕️", layout="wide", initial_sidebar_state="expanded") st.markdown(""" """, unsafe_allow_html=True) + streamlit_analytics.start_tracking(firestore_key_file="firebase-key.json", firestore_collection_name="counts") + st.title("Step 1 Buddy") # Add new tabs for disclosures and mindmap