asdfaman RatanPrakash commited on
Commit
47eb175
·
verified ·
1 Parent(s): c7a081d

Update app.py (#10)

Browse files

- Update app.py (33193866d99bf062b8b5b0fd0253c79072fc8c23)


Co-authored-by: Ratan Prakash Mishra <[email protected]>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -273,7 +273,7 @@ elif app_mode == "Task 1":
273
  post_url = st.text_input("Enter Instagram Post URL:")
274
 
275
  if post_url:
276
- caption, image_path = get_instagram_post_details(post_url)
277
 
278
  if image_path and os.path.exists(image_path):
279
  st.subheader("Caption:")
 
273
  post_url = st.text_input("Enter Instagram Post URL:")
274
 
275
  if post_url:
276
+ caption, image_path = get_instagram_post_details(post_url)
277
 
278
  if image_path and os.path.exists(image_path):
279
  st.subheader("Caption:")