not-pegasus commited on
Commit
1ab41f5
Β·
verified Β·
1 Parent(s): 1ee933e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -1,12 +1,13 @@
1
  ---
2
- title: Carrier
3
- emoji: πŸ“Š
4
- colorFrom: pink
5
- colorTo: indigo
6
  sdk: gradio
7
- sdk_version: 5.33.1
8
- app_file: app.py
9
  pinned: false
10
  ---
 
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
1
  ---
2
+ title: πŸ“± Operator Lookup API with Playwright
3
+ emoji: πŸ“ž
4
+ colorFrom: green
5
+ 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.