ZahirJS commited on
Commit
48e1fff
·
verified ·
1 Parent(s): 2e2c5de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -116,11 +116,11 @@ if __name__ == "__main__":
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
  with gr.Row(elem_classes=["example-images"]):
119
- gr.Image(value="./images/cd3.svg", label="Sample 1", show_label=True, interactive=False, height="auto", width="100%")
120
- gr.Image(value="./images/cd4.svg", label="Sample 2", show_label=True, interactive=False, height="auto", width="100%")
121
  with gr.Row(elem_classes=["example-images"]):
122
- gr.Image(value="./images/cd5.svg", label="Sample 1", show_label=True, interactive=False, height="auto", width="100%")
123
- gr.Image(value="./images/cd6.svg", label="Sample 2", show_label=True, interactive=False, height="auto", width="100%")
124
 
125
  # with gr.TabItem("Entity Relationship"):
126
  # with gr.Row():
 
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
  with gr.Row(elem_classes=["example-images"]):
119
+ gr.Image(value="./images/cd3.svg", label="Sample 3", show_label=True, interactive=False, height="auto", width="100%")
120
+ gr.Image(value="./images/cd4.svg", label="Sample 4", show_label=True, interactive=False, height="auto", width="100%")
121
  with gr.Row(elem_classes=["example-images"]):
122
+ gr.Image(value="./images/cd5.svg", label="Sample 5", show_label=True, interactive=False, height="auto", width="100%")
123
+ gr.Image(value="./images/cd6.svg", label="Sample 6", show_label=True, interactive=False, height="auto", width="100%")
124
 
125
  # with gr.TabItem("Entity Relationship"):
126
  # with gr.Row():