Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,8 +6,9 @@ colorTo: blue
|
|
| 6 |
sdk: gradio
|
| 7 |
app_file: main.py
|
| 8 |
pinned: false
|
|
|
|
| 9 |
---
|
| 10 |
# Operator Lookup via Playwright
|
| 11 |
|
| 12 |
Uses Playwright in headless mode to scrape Paytm and return the mobile operator based on phone number.
|
| 13 |
-
Provides both API (`POST /lookup`) and Gradio UI.
|
|
|
|
| 6 |
sdk: gradio
|
| 7 |
app_file: main.py
|
| 8 |
pinned: false
|
| 9 |
+
sdk_version: 5.33.1
|
| 10 |
---
|
| 11 |
# Operator Lookup via Playwright
|
| 12 |
|
| 13 |
Uses Playwright in headless mode to scrape Paytm and return the mobile operator based on phone number.
|
| 14 |
+
Provides both API (`POST /lookup`) and Gradio UI.
|