Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from io import BytesIO, StringIO
|
|
10 |
|
11 |
st.set_page_config(
|
12 |
page_title="π©Ίπ NPI Specialty Search Engine",
|
13 |
-
page_icon="
|
14 |
layout="wide",
|
15 |
initial_sidebar_state="expanded",
|
16 |
menu_items={
|
@@ -306,5 +306,4 @@ with st.expander('π©Ί Understand Provider Specialties π'):
|
|
306 |
- **Classification**: Specifies the type of practice within a broader category. π―
|
307 |
- **Specialization**: Details the specific focus within a classification for precise expertise. π
|
308 |
- **Definition**: A concise overview of the specialty's scope of practice. π
|
309 |
-
''')
|
310 |
-
οΏ½
|
|
|
10 |
|
11 |
st.set_page_config(
|
12 |
page_title="π©Ίπ NPI Specialty Search Engine",
|
13 |
+
page_icon="π",
|
14 |
layout="wide",
|
15 |
initial_sidebar_state="expanded",
|
16 |
menu_items={
|
|
|
306 |
- **Classification**: Specifies the type of practice within a broader category. π―
|
307 |
- **Specialization**: Details the specific focus within a classification for precise expertise. π
|
308 |
- **Definition**: A concise overview of the specialty's scope of practice. π
|
309 |
+
''')
|
|