Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -273,6 +273,7 @@ def main():
|
|
| 273 |
st.title("BrandScan")
|
| 274 |
|
| 275 |
hashtag = st.text_input("Enter the hashtag (without #):", "purnagummies")
|
|
|
|
| 276 |
|
| 277 |
if st.button("Download Reels"):
|
| 278 |
if hashtag:
|
|
|
|
| 273 |
st.title("BrandScan")
|
| 274 |
|
| 275 |
hashtag = st.text_input("Enter the hashtag (without #):", "purnagummies")
|
| 276 |
+
video_paths = []
|
| 277 |
|
| 278 |
if st.button("Download Reels"):
|
| 279 |
if hashtag:
|