This is because I have tried using the code below but when I run my web app no image is displayed. Note that this program is written on notepad++ ,,,
#import the libraries.
import streamlit as st
import pandas as pd
# insert Image.
from IPython.display import Image
Image("Desktop\stock.jpg")