Update app.py
Browse files
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("
|
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
|