Spaces:
Paused
Paused
Update test.py
Browse files
test.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
from fastapi import FastAPI, HTTPException, Response
|
| 2 |
from fastapi.responses import StreamingResponse
|
| 3 |
import requests
|
| 4 |
from bs4 import BeautifulSoup
|
|
|
|
| 1 |
+
from fastapi import FastAPI, HTTPException, Response, Request
|
| 2 |
from fastapi.responses import StreamingResponse
|
| 3 |
import requests
|
| 4 |
from bs4 import BeautifulSoup
|