Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -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():
|
|
|
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=1650, width="100%")
|
204 |
+
gr.Image(value="./images/pf2.svg", label="Sample 2", show_label=True, interactive=False, height=1650, width="100%")
|
205 |
|
206 |
with gr.TabItem("WBS Diagram"):
|
207 |
with gr.Row():
|