Justin-J commited on
Commit
69a375e
·
1 Parent(s): d248ec5

Altered my project file

Browse files
Files changed (1) hide show
  1. app.py +2 -8
app.py CHANGED
@@ -36,19 +36,13 @@ Enter some text and we'll tell you if it has a positive, negative, or neutral se
36
  """)
37
 
38
 
39
- # Add image
40
-
41
- image = st.image("https://user-images.githubusercontent.com/115732734/271723332-6c824e95-5e2f-48ec-af1c-b66ac7db1d7a.jpeg", width=550)
42
- image = st.image("https://user-images.githubusercontent.com/115732734/271723345-50f27ca9-94ee-4e7c-ad3b-2b10f27d31bb.jpeg", width=550)
43
- image = st.image("https://user-images.githubusercontent.com/115732734/271723351-3677394d-1cd3-4df8-8bec-616fa6bd3b2c.png", width=550)
44
-
45
  # Add Image Tags
46
  st.markdown(
47
  """
48
  <div class="row">
49
  <div class="column">
50
- <img src="https://user-images.githubusercontent.com/115732734/271723332-6c824e95-5e2f-48ec-af1c-b66ac7db1d7a.jpeg" style="width:100%">
51
- <img src="https://user-images.githubusercontent.com/115732734/271723345-50f27ca9-94ee-4e7c-ad3b-2b10f27d31bb.jpeg" style="width:100%">
52
 
53
  </div>
54
  <div class="column">
 
36
  """)
37
 
38
 
 
 
 
 
 
 
39
  # Add Image Tags
40
  st.markdown(
41
  """
42
  <div class="row">
43
  <div class="column">
44
+ <img src="https://user-images.githubusercontent.com/115732734/271723332-6c824e95-5e2f-48ec-af1c-b66ac7db1d7a.jpeg" style="width:55%">
45
+ <img src="https://user-images.githubusercontent.com/115732734/271723345-50f27ca9-94ee-4e7c-ad3b-2b10f27d31bb.jpeg" style="width:55%">
46
 
47
  </div>
48
  <div class="column">