Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def display_example(index):
|
|
51 |
return img, graph_html_with_style, json_data, transformed_graph_data
|
52 |
|
53 |
def create_interface():
|
54 |
-
with gr.Blocks(css="#graph-output {height:
|
55 |
# with gr.Blocks() as demo:
|
56 |
|
57 |
gr.Markdown("# Knowledge Graph Visualizer")
|
|
|
51 |
return img, graph_html_with_style, json_data, transformed_graph_data
|
52 |
|
53 |
def create_interface():
|
54 |
+
with gr.Blocks(css="#graph-output {height: 200px; overflow: hidden;}") as demo:
|
55 |
# with gr.Blocks() as demo:
|
56 |
|
57 |
gr.Markdown("# Knowledge Graph Visualizer")
|