ikoghoemmanuell commited on
Commit
7811d4b
·
1 Parent(s): 29bb803

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ st.set_page_config(page_title='Sales Prediction App', page_icon=':bar_chart:', l
11
  st.title('Sales Prediction App')
12
 
13
  # Enter the URL of the image
14
- image_url = "https://uruit.com/blog/wp-content/uploads/2020/11/Churn1-1024x724.jpg"
15
 
16
  # Fetch the image from the URL
17
  response = requests.get(image_url)
 
11
  st.title('Sales Prediction App')
12
 
13
  # Enter the URL of the image
14
+ image_url = "https://cdn-images-1.medium.com/v2/resize:fit:800/1*npSOkWjHdKXMSiLJth1UhQ.png"
15
 
16
  # Fetch the image from the URL
17
  response = requests.get(image_url)