ZahirJS commited on
Commit
d353a4e
·
verified ·
1 Parent(s): 1a33e0d

Update app.py

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