Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -141,7 +141,7 @@ def main():
|
|
141 |
|
142 |
# Display a logo or icon with subtle animation
|
143 |
image = Image.open("11.png") # Path to your image file
|
144 |
-
st.image(image, width=300
|
145 |
|
146 |
# Display sample prompt
|
147 |
with st.expander("Sample Prompt For Users", expanded=True):
|
|
|
141 |
|
142 |
# Display a logo or icon with subtle animation
|
143 |
image = Image.open("11.png") # Path to your image file
|
144 |
+
st.image(image, width=300)
|
145 |
|
146 |
# Display sample prompt
|
147 |
with st.expander("Sample Prompt For Users", expanded=True):
|