crazyscientist1 commited on
Commit
6b8abc0
1 Parent(s): 40c9bdd

Update appTest.py

Browse files
Files changed (1) hide show
  1. appTest.py +1 -1
appTest.py CHANGED
@@ -25,7 +25,7 @@ ogInp = ogInp.resize((100, 100))
25
  cellImgs = []
26
 
27
  st.title('MicroScan In Action!')
28
- st.subheader("Enter an image of a thin blood smear. Preview the image and run the application. This program was developed by Anish Pallod =)")
29
 
30
  input, outputIm, col, col1, col2, col3, col4, col5, col6, col7 = st.columns((5,5,1,1,1,1,1,1,1,1))
31
 
 
25
  cellImgs = []
26
 
27
  st.title('MicroScan In Action!')
28
+ st.subheader("Enter an image of a thin blood smear. Preview the image and run the application. This program was developed by Anish Pallod =). Disclaimer: this is currently a prototype and shouldn't be used for medical use. ")
29
 
30
  input, outputIm, col, col1, col2, col3, col4, col5, col6, col7 = st.columns((5,5,1,1,1,1,1,1,1,1))
31