ikoghoemmanuell commited on
Commit
45a62db
1 Parent(s): 4818609

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -82,11 +82,10 @@ if choice == 'Home':
82
  # About section
83
  if choice == 'About':
84
  # Load the banner image
85
- banner_image_url = "https://raw.githubusercontent.com/Gilbert-B/Forecasting-Sales/0d7b869515bniVmJZZxhyQ8Fee6m6SCLi64M8Ba72c/app/seer.png"
86
- banner_image = Image.open(requests.get(banner_image_url, stream=True).raw)
87
 
88
  # Display the banner image
89
- st.image(banner_image, use_column_width=True)
90
  st.markdown('''
91
  <p style='font-size: 20px; font-style: italic;font-style: bold;'>
92
  TRUTH is a cutting-edge application specifically designed to combat the spread of fake news.
 
82
  # About section
83
  if choice == 'About':
84
  # Load the banner image
85
+ banner_image_url = "https://docs.gato.txst.edu/78660/w/2000/a_1dzGZrL3bG/fake-fact.jpg"
 
86
 
87
  # Display the banner image
88
+ st.image(banner_image_url, use_column_width=True, width=400)
89
  st.markdown('''
90
  <p style='font-size: 20px; font-style: italic;font-style: bold;'>
91
  TRUTH is a cutting-edge application specifically designed to combat the spread of fake news.