Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -282,8 +282,8 @@ def build_report():
|
|
| 282 |
with gr.Blocks(title="AI Recruiting Agent — Usage Map") as demo:
|
| 283 |
gr.Markdown(
|
| 284 |
"# AI Recruiting Agent — Usage by Country\n"
|
| 285 |
-
"This page excludes site visits, and logs usage events such as button clicks"
|
| 286 |
-
"**usage events** are plotted by country.\n\n"
|
| 287 |
)
|
| 288 |
|
| 289 |
run = gr.Button("Generate map")
|
|
|
|
| 282 |
with gr.Blocks(title="AI Recruiting Agent — Usage Map") as demo:
|
| 283 |
gr.Markdown(
|
| 284 |
"# AI Recruiting Agent — Usage by Country\n"
|
| 285 |
+
"This page excludes site visits, and logs **usage events** such as button clicks. "
|
| 286 |
+
"These **usage events** are plotted by country.\n\n"
|
| 287 |
)
|
| 288 |
|
| 289 |
run = gr.Button("Generate map")
|