Spaces:
Running
Running
revert: app_wrapper.py back to previous (import from shorts_carousel)
Browse files- app_wrapper.py +1 -2
app_wrapper.py
CHANGED
|
@@ -2,8 +2,7 @@
|
|
| 2 |
import sys, os, re as _re
|
| 3 |
|
| 4 |
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
|
| 5 |
-
from
|
| 6 |
-
from shorts_carousel import render_shorts_carousel, SHORTS_CSS, _extract_24h_video_url
|
| 7 |
|
| 8 |
import app
|
| 9 |
|
|
|
|
| 2 |
import sys, os, re as _re
|
| 3 |
|
| 4 |
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
|
| 5 |
+
from shorts_carousel import scrape_24h_news_shorts, render_shorts_carousel, SHORTS_CSS, _extract_24h_video_url
|
|
|
|
| 6 |
|
| 7 |
import app
|
| 8 |
|