Spaces:
Sleeping
Sleeping
minor interface updates
Browse files
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:
|
| 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")
|