Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ st.title("AI Vision Wizard")
|
|
12 |
st.markdown("Welcome to AI Vision Wizard, your magical gateway to the world of image classification and object detection!")
|
13 |
|
14 |
# Display an enticing image
|
15 |
-
|
16 |
|
17 |
# Add a brief description of the app
|
18 |
st.write("Are you ready to unlock the power of AI and explore the hidden secrets within your images? Look no further! With AI Vision Wizard, you can effortlessly classify and detect objects in any image with just a few clicks. Whether you're a photography enthusiast, a business owner, or a researcher, our cutting-edge technology will transform the way you see the world.")
|
|
|
12 |
st.markdown("Welcome to AI Vision Wizard, your magical gateway to the world of image classification and object detection!")
|
13 |
|
14 |
# Display an enticing image
|
15 |
+
st.image("elements/banner.jpeg", use_column_width=True)
|
16 |
|
17 |
# Add a brief description of the app
|
18 |
st.write("Are you ready to unlock the power of AI and explore the hidden secrets within your images? Look no further! With AI Vision Wizard, you can effortlessly classify and detect objects in any image with just a few clicks. Whether you're a photography enthusiast, a business owner, or a researcher, our cutting-edge technology will transform the way you see the world.")
|