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 24, 2024
1 parent e3b0436 commit d23f4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion medapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
print("FIREBASE_KEY environment variable not found")

# Set Streamlit page config
st.set_page_config(page_title="Step 1 Buddy", page_icon="⚕️", layout="wide", initial_sidebar_state="expanded")
st.set_page_config(page_title="Step Zero", 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>
Expand Down

0 comments on commit d23f4d2

Please sign in to comment.