Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,6 +6,7 @@ import threading
|
|
| 6 |
import requests
|
| 7 |
import gradio as gr
|
| 8 |
from concurrent.futures import ThreadPoolExecutor
|
|
|
|
| 9 |
|
| 10 |
|
| 11 |
API_URL = "https://app.scrapingbee.com/api/v1"
|
|
|
|
| 6 |
import requests
|
| 7 |
import gradio as gr
|
| 8 |
from concurrent.futures import ThreadPoolExecutor
|
| 9 |
+
import json
|
| 10 |
|
| 11 |
|
| 12 |
API_URL = "https://app.scrapingbee.com/api/v1"
|