Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ def main():
|
|
44 |
|
45 |
# Display a logo or icon
|
46 |
image = Image.open("11.png") # Path to your image file
|
47 |
-
st.image(image, width=
|
48 |
|
49 |
# Display sample prompt
|
50 |
with st.expander("Sample Prompt For Users"):
|
|
|
44 |
|
45 |
# Display a logo or icon
|
46 |
image = Image.open("11.png") # Path to your image file
|
47 |
+
st.image(image, width=300) # You can adjust the width as needed
|
48 |
|
49 |
# Display sample prompt
|
50 |
with st.expander("Sample Prompt For Users"):
|