linbojunzi commited on
Commit
252dd73
·
verified ·
1 Parent(s): 2d356c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, use_column_width=True)
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}")