gregorkrzmanc commited on
Commit
689bb87
·
1 Parent(s): e4c42ff

Add output description

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -53,6 +53,8 @@ def gradio_ui():
53
  quarks_text = gr.Textbox(label="Quarks CSV (pt eta phi) - optional", lines=3, interactive=True)
54
 
55
  process_btn = gr.Button("Run Jet Clustering")
 
 
56
 
57
  image_output = gr.Plot(label="Output")
58
  model_jets_output = gr.JSON(label="Model Jets")
 
53
  quarks_text = gr.Textbox(label="Quarks CSV (pt eta phi) - optional", lines=3, interactive=True)
54
 
55
  process_btn = gr.Button("Run Jet Clustering")
56
+ gr.Markdown("### Outputs")
57
+ gr.Markdown("The jets with transverse momentum above 100 GeV are circled (green for AK8, blue for the model). The dark quarks are marked with red triangles. The particles are colored based on their jet (only jets with pT > 30 GeV are colored). The json objects contain the jets with pT > 30 GeV.")
58
 
59
  image_output = gr.Plot(label="Output")
60
  model_jets_output = gr.JSON(label="Model Jets")