Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -82,6 +82,9 @@ else:
|
|
82 |
st.sidebar.write("Failed to load the image.")
|
83 |
# ------------------------------------------------------------- Art Card Sidebar
|
84 |
|
|
|
|
|
|
|
85 |
if st.checkbox('Show Anatomy Table'):
|
86 |
st.markdown("""
|
87 |
## Anatomy Head to Toe Table with Body Organs Costly Conditions, Spending, CPT Codes and Frequency
|
@@ -1120,10 +1123,7 @@ def main():
|
|
1120 |
# Relocated! Hope you like your new space - enjoy!
|
1121 |
# Display instructions and handle query parameters
|
1122 |
#st.markdown("## Glossary Lookup\nEnter a term in the URL query, like `?q=Body Scan` or `?query=Body Map`.")
|
1123 |
-
|
1124 |
-
st.markdown('''
|
1125 |
-
### Mixable AI 🃏🚀📚
|
1126 |
-
''')
|
1127 |
|
1128 |
try:
|
1129 |
query_params = st.query_params
|
|
|
82 |
st.sidebar.write("Failed to load the image.")
|
83 |
# ------------------------------------------------------------- Art Card Sidebar
|
84 |
|
85 |
+
|
86 |
+
st.markdown('''### BodyMap Condition AI 🃏🚀📚''')
|
87 |
+
|
88 |
if st.checkbox('Show Anatomy Table'):
|
89 |
st.markdown("""
|
90 |
## Anatomy Head to Toe Table with Body Organs Costly Conditions, Spending, CPT Codes and Frequency
|
|
|
1123 |
# Relocated! Hope you like your new space - enjoy!
|
1124 |
# Display instructions and handle query parameters
|
1125 |
#st.markdown("## Glossary Lookup\nEnter a term in the URL query, like `?q=Body Scan` or `?query=Body Map`.")
|
1126 |
+
|
|
|
|
|
|
|
1127 |
|
1128 |
try:
|
1129 |
query_params = st.query_params
|