ikoghoemmanuell commited on
Commit
8547ad1
1 Parent(s): 3cad95c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ unsafe_allow_html=True
83
  )
84
 
85
  # About section
86
- elif choice == 'About':
87
  # Load the banner image
88
  banner_image_url = "https://raw.githubusercontent.com/Gilbert-B/Forecasting-Sales/0d7b869515bniVmJZZxhyQ8Fee6m6SCLi64M8Ba72c/app/seer.png"
89
  banner_image = Image.open(requests.get(banner_image_url, stream=True).raw)
 
83
  )
84
 
85
  # About section
86
+ if choice == 'About':
87
  # Load the banner image
88
  banner_image_url = "https://raw.githubusercontent.com/Gilbert-B/Forecasting-Sales/0d7b869515bniVmJZZxhyQ8Fee6m6SCLi64M8Ba72c/app/seer.png"
89
  banner_image = Image.open(requests.get(banner_image_url, stream=True).raw)