Spaces:
Running
Running
Update app.py (#10)
Browse files- Update app.py (33193866d99bf062b8b5b0fd0253c79072fc8c23)
Co-authored-by: Ratan Prakash Mishra <[email protected]>
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 |
-
|
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:")
|