Spaces:
Sleeping
Sleeping
linbojunzi
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ for qwen,gpt in zip(qwen_data,gpt_data):
|
|
17 |
_, _, _, gpt_category = gpt
|
18 |
# 显示图像
|
19 |
st.subheader(f"{image_name}")
|
20 |
-
st.image(image_url, caption=description,
|
21 |
|
22 |
# 显示文本信息
|
23 |
st.markdown(f"**Description:** {description}")
|
|
|
17 |
_, _, _, gpt_category = gpt
|
18 |
# 显示图像
|
19 |
st.subheader(f"{image_name}")
|
20 |
+
st.image(image_url, caption=description, use_container_width=True)
|
21 |
|
22 |
# 显示文本信息
|
23 |
st.markdown(f"**Description:** {description}")
|