sharren commited on
Commit
711644d
1 Parent(s): 9eaf0ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ if st.session_state.image and st.session_state.analyze_btn:
83
  st.markdown(body=vit_base_patch_16)
84
 
85
  else:
86
- tab_1, tab_2, tab_3, tab_4, tab_5, tab_6, tab_7 = st.tabs(['Actinic Keratoses', 'Basal Cell Carcinoma','Benign Lesions of the Keratosis Type','Dermatofibroma', 'Melanoma', 'Melanocytic Nevi', 'Vascular Lesion'])
87
  with tab_1:
88
  st.subheader('Actinic Keratoses')
89
  st.markdown(body=akiec)
 
83
  st.markdown(body=vit_base_patch_16)
84
 
85
  else:
86
+ tab_1, tab_2, tab_3, tab_4, tab_5, tab_6, tab_7 = st.tabs(['Actinic Keratoses', 'Basal Cell Carcinoma','Benign Keratosis','Dermatofibroma', 'Melanoma', 'Melanocytic Nevi', 'Vascular Lesion'])
87
  with tab_1:
88
  st.subheader('Actinic Keratoses')
89
  st.markdown(body=akiec)