Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:")
|