19arjun89 commited on
Commit
daea8f9
·
verified ·
1 Parent(s): 32ba2b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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")