Anustup commited on
Commit
4c2d9c7
·
verified ·
1 Parent(s): 4a25a7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -94,6 +94,7 @@ def page2():
94
  st.text("Using Scrapfly")
95
  brand_summary_html = create_screenshot_from_scrap_fly(brand_link)
96
  if brand_summary_html["success"]:
 
97
  brand_image_embed = embed_base64_for_claude(brand_summary_html["location"])
98
  brand_summary_response = create_claude_image_request_for_image_captioning(
99
  "Fashion expert of understanding brand details",
 
94
  st.text("Using Scrapfly")
95
  brand_summary_html = create_screenshot_from_scrap_fly(brand_link)
96
  if brand_summary_html["success"]:
97
+ st.image(brand_summary_html["location"])
98
  brand_image_embed = embed_base64_for_claude(brand_summary_html["location"])
99
  brand_summary_response = create_claude_image_request_for_image_captioning(
100
  "Fashion expert of understanding brand details",