ZahirJS commited on
Commit
41d4432
·
verified ·
1 Parent(s): d8b186c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=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():
 
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="auto", width="100%")
204
+ gr.Image(value="./images/pf2.svg", label="Sample 2", show_label=True, interactive=False, height="auto", width="100%")
205
 
206
  with gr.TabItem("WBS Diagram"):
207
  with gr.Row():