Commit History

feat: add API documentation section to web page
44d2832

asemxin commited on

fix: add dummy Page/Browser/etc classes to playwright stub
961a24f

asemxin commited on

fix: complete playwright stub with __path__ and sync_api/async_api
f69f187

asemxin commited on

switch to Flask + lazy scrapling + .dockerignore
4f390f4

asemxin commited on

fix: runtime playwright stub via sys.modules, python CMD for debug output
7a37e04

asemxin commited on

fix: add back fastapi+uvicorn (accidentally removed)
38938e4

asemxin commited on

fix: stub playwright module instead of pip install (avoids import hang)
eb3ccd0

asemxin commited on

fix: add playwright pip package (scrapling imports PlaywrightError)
7484113

asemxin commited on

switch to FastAPI: Gradio hangs in Docker SDK mode
fdfd166

asemxin commited on

isolate: gradio-only test, no scrapling
eda1ae5

asemxin commited on

fix: use python:3.11-slim (scrapling+gradio need >=3.10)
d231cf0

asemxin commited on

switch to python:3.9 base (known working) with manual scrapling install
608b09b

asemxin commited on

deploy: full Scrapling + Gradio app with working Dockerfile
f31bf04

asemxin commited on

fix: match HF official Docker tutorial exactly - no USER directive
ac0304f

asemxin commited on

fix: add app_port to README, fix Dockerfile user setup per HF docs
34c6262

asemxin commited on

bare metal test: stdlib HTTP server
6d676b0

asemxin commited on