MrDdz commited on
Commit
bbfcf64
1 Parent(s): c5a9400
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,11 +25,11 @@ st.write("""
25
 
26
  # Add image
27
  image = st.image("images.png", width=200)
28
- button = st.button('Analyze')
29
 
30
  # Get user input
31
  text = st.text_input("Type here:")
32
-
33
  d = {
34
 
35
  0:'Negative',
 
25
 
26
  # Add image
27
  image = st.image("images.png", width=200)
28
+
29
 
30
  # Get user input
31
  text = st.text_input("Type here:")
32
+ button = st.button('Analyze')
33
  d = {
34
 
35
  0:'Negative',