Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -181,13 +181,6 @@ with gr.Blocks(title="AI Recruiting Agent — Usage Map") as demo:
|
|
| 181 |
"# AI Recruiting Agent — Usage by Country\n"
|
| 182 |
"This Space reads **only** `usage/visits.jsonl` and plots usage events by country.\n\n"
|
| 183 |
"- Set **MAPBOX_TOKEN** as a Space *Secret* for the best-looking map.\n"
|
| 184 |
-
"- (Optional) Filter by `space_url` substring if you ever log multiple spaces."
|
| 185 |
-
)
|
| 186 |
-
|
| 187 |
-
url_contains = gr.Textbox(
|
| 188 |
-
label="Space URL contains (optional)",
|
| 189 |
-
value="AI_Recruiting_Agent",
|
| 190 |
-
placeholder="AI_Recruiting_Agent",
|
| 191 |
)
|
| 192 |
|
| 193 |
run = gr.Button("Generate map")
|
|
|
|
| 181 |
"# AI Recruiting Agent — Usage by Country\n"
|
| 182 |
"This Space reads **only** `usage/visits.jsonl` and plots usage events by country.\n\n"
|
| 183 |
"- Set **MAPBOX_TOKEN** as a Space *Secret* for the best-looking map.\n"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 184 |
)
|
| 185 |
|
| 186 |
run = gr.Button("Generate map")
|