shukdevdatta123 commited on
Commit
0d3e74e
·
verified ·
1 Parent(s): f17f521

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ from PIL import Image # Required for local image files
64
  st.set_page_config(page_title="AI Assistance", page_icon=":robot:", layout="wide")
65
 
66
  # Display a logo or icon
67
- image = Image.open("path_to_your_image.png") # Path to your image file
68
  st.image(image, width=200) # You can adjust the width as needed
69
 
70
  # Streamlit app starts here
 
64
  st.set_page_config(page_title="AI Assistance", page_icon=":robot:", layout="wide")
65
 
66
  # Display a logo or icon
67
+ image = Image.open("14313824.png") # Path to your image file
68
  st.image(image, width=200) # You can adjust the width as needed
69
 
70
  # Streamlit app starts here