EmreG commited on
Commit
1057c83
·
1 Parent(s): 559480b

minor interface updates

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -298,7 +298,7 @@ with gr.Blocks() as demo:
298
  example_button = gr.Button("Use Example Abstract (https://arxiv.org/abs/2510.18061)")
299
 
300
  btn = gr.Button("Submit", variant="primary")
301
- gr.Markdown("Note: Hover your mouse over the node/edge for more details.")
302
 
303
  with gr.Column(scale=1.2):
304
  output_html = gr.HTML(label="Knowledge Graph Visualization")
 
298
  example_button = gr.Button("Use Example Abstract (https://arxiv.org/abs/2510.18061)")
299
 
300
  btn = gr.Button("Submit", variant="primary")
301
+ gr.Markdown("Note: Click a node to highlight it and its connections; other nodes/edges are dimmed.")
302
 
303
  with gr.Column(scale=1.2):
304
  output_html = gr.HTML(label="Knowledge Graph Visualization")