Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -112,9 +112,9 @@ if __name__ == "__main__":
|
|
| 112 |
)
|
| 113 |
|
| 114 |
gr.Markdown("## Examples")
|
| 115 |
-
with gr.Row(elem_classes=["example-images"]):
|
| 116 |
-
gr.Image(value="./images/cd1.svg", label="Sample 1", show_label=True, interactive=False, height="auto", width="100%")
|
| 117 |
-
gr.Image(value="./images/cd2.svg", label="Sample 2", show_label=True, interactive=False, height="auto", width="100%")
|
| 118 |
|
| 119 |
with gr.TabItem("Entity Relationship"):
|
| 120 |
with gr.Row():
|
|
@@ -142,9 +142,9 @@ if __name__ == "__main__":
|
|
| 142 |
)
|
| 143 |
|
| 144 |
gr.Markdown("## Examples")
|
| 145 |
-
with gr.Row(elem_classes=["example-images"]):
|
| 146 |
-
gr.Image(value="./images/er1.svg", label="Sample 1", show_label=True, interactive=False, height="auto", width="100%")
|
| 147 |
-
gr.Image(value="./images/er2.svg", label="Sample 2", show_label=True, interactive=False, height="auto", width="100%")
|
| 148 |
|
| 149 |
with gr.TabItem("Radial Diagram"):
|
| 150 |
with gr.Row():
|
|
|
|
| 112 |
)
|
| 113 |
|
| 114 |
gr.Markdown("## Examples")
|
| 115 |
+
#with gr.Row(elem_classes=["example-images"]):
|
| 116 |
+
#gr.Image(value="./images/cd1.svg", label="Sample 1", show_label=True, interactive=False, height="auto", width="100%")
|
| 117 |
+
#gr.Image(value="./images/cd2.svg", label="Sample 2", show_label=True, interactive=False, height="auto", width="100%")
|
| 118 |
|
| 119 |
with gr.TabItem("Entity Relationship"):
|
| 120 |
with gr.Row():
|
|
|
|
| 142 |
)
|
| 143 |
|
| 144 |
gr.Markdown("## Examples")
|
| 145 |
+
#with gr.Row(elem_classes=["example-images"]):
|
| 146 |
+
#gr.Image(value="./images/er1.svg", label="Sample 1", show_label=True, interactive=False, height="auto", width="100%")
|
| 147 |
+
#gr.Image(value="./images/er2.svg", label="Sample 2", show_label=True, interactive=False, height="auto", width="100%")
|
| 148 |
|
| 149 |
with gr.TabItem("Radial Diagram"):
|
| 150 |
with gr.Row():
|