Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ def main():
|
|
109 |
|
110 |
# Display a logo or icon with subtle animation
|
111 |
image = Image.open("11.png") # Path to your image file
|
112 |
-
st.image(image, width=300
|
113 |
|
114 |
# Display sample prompt
|
115 |
with st.expander("Sample Prompt For Users", expanded=True):
|
|
|
109 |
|
110 |
# Display a logo or icon with subtle animation
|
111 |
image = Image.open("11.png") # Path to your image file
|
112 |
+
st.image(image, width=300)
|
113 |
|
114 |
# Display sample prompt
|
115 |
with st.expander("Sample Prompt For Users", expanded=True):
|