Skip to content

Commit

Permalink
Update medapp.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudhendra committed Oct 21, 2024
1 parent 121a1ca commit c8f5963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions medapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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("""
<script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script>
<script>mermaid.initialize({startOnLoad:true});</script>
""", 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
Expand Down

0 comments on commit c8f5963

Please sign in to comment.