Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -138,8 +138,8 @@ if __name__ == "__main__":
|
|
138 |
|
139 |
gr.Markdown("## Examples")
|
140 |
with gr.Row(elem_classes=["example-images"]):
|
141 |
-
gr.Image(value="./images/sc1.svg", label="Sample 1", show_label=True, interactive=False, height=
|
142 |
-
gr.Image(value="./images/sc2.svg", label="Sample 2", show_label=True, interactive=False, height=
|
143 |
|
144 |
with gr.TabItem("Radial Diagram"):
|
145 |
with gr.Row():
|
@@ -200,8 +200,8 @@ if __name__ == "__main__":
|
|
200 |
|
201 |
gr.Markdown("## Examples")
|
202 |
with gr.Row(elem_classes=["example-images"]):
|
203 |
-
gr.Image(value="./images/pf1.svg", label="Sample 1", show_label=True, interactive=False, height=
|
204 |
-
gr.Image(value="./images/pf2.svg", label="Sample 2", show_label=True, interactive=False, height=
|
205 |
|
206 |
with gr.TabItem("WBS Diagram"):
|
207 |
with gr.Row():
|
|
|
138 |
|
139 |
gr.Markdown("## Examples")
|
140 |
with gr.Row(elem_classes=["example-images"]):
|
141 |
+
gr.Image(value="./images/sc1.svg", label="Sample 1", show_label=True, interactive=False, height=700, width="100%")
|
142 |
+
gr.Image(value="./images/sc2.svg", label="Sample 2", show_label=True, interactive=False, height=700, width="100%")
|
143 |
|
144 |
with gr.TabItem("Radial Diagram"):
|
145 |
with gr.Row():
|
|
|
200 |
|
201 |
gr.Markdown("## Examples")
|
202 |
with gr.Row(elem_classes=["example-images"]):
|
203 |
+
gr.Image(value="./images/pf1.svg", label="Sample 1", show_label=True, interactive=False, height=900, width="100%")
|
204 |
+
gr.Image(value="./images/pf2.svg", label="Sample 2", show_label=True, interactive=False, height=900, width="100%")
|
205 |
|
206 |
with gr.TabItem("WBS Diagram"):
|
207 |
with gr.Row():
|