ikoghoemmanuell
commited on
Commit
·
7811d4b
1
Parent(s):
29bb803
Update app.py
Browse files
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://
|
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)
|