Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -289,7 +289,7 @@ with gr.Blocks(title="AI Recruiting Agent — Usage Map") as demo:
|
|
| 289 |
run = gr.Button("Generate map")
|
| 290 |
summary = gr.Markdown()
|
| 291 |
plot = gr.Plot()
|
| 292 |
-
table = gr.Dataframe(label="Top countries", interactive=False)
|
| 293 |
|
| 294 |
run.click(
|
| 295 |
fn=build_report,
|
|
|
|
| 289 |
run = gr.Button("Generate map")
|
| 290 |
summary = gr.Markdown()
|
| 291 |
plot = gr.Plot()
|
| 292 |
+
table = gr.Dataframe(label="Top countries", interactive=False, column_widths=["120px", "180px", "120px"]) # adjust per column
|
| 293 |
|
| 294 |
run.click(
|
| 295 |
fn=build_report,
|