ikoghoemmanuell commited on
Commit
3453916
1 Parent(s): 4daf5d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -126,11 +126,13 @@ if choice == 'Home':
126
  # About section
127
  elif choice == 'About':
128
  # Load the banner image
129
- banner_image_url = "https://raw.githubusercontent.com/Gilbert-B/Forecasting-Sales/0d7b869515bysBoi5XxNGa3hayALLn9BK1VQqD69Dc/app/seer.png"
130
- banner_image = Image.open(requests.get(banner_image_url, stream=True).raw)
131
 
132
- # Display the banner image
133
- st.image(banner_image, use_column_width=True)
 
 
 
134
  st.markdown('''
135
  <p style='font-size: 20px; font-style: italic;font-style: bold;'>
136
  SEER is a powerful tool designed to assist businesses in making accurate
 
126
  # About section
127
  elif choice == 'About':
128
  # Load the banner image
129
+ banner_image_url = "https://guardian.ng/wp-content/uploads/2017/03/Sales-targets.jpg"
 
130
 
131
+ # Display the banner image
132
+ st.image(
133
+ banner_image_url,
134
+ use_column_width=True,
135
+ width=400)
136
  st.markdown('''
137
  <p style='font-size: 20px; font-style: italic;font-style: bold;'>
138
  SEER is a powerful tool designed to assist businesses in making accurate