ZahirJS commited on
Commit
f964fd4
·
verified ·
1 Parent(s): 26131d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -101,8 +101,8 @@ if __name__ == "__main__":
101
  gr.Markdown("<br>")
102
  gr.Markdown("## Example Concept Maps")
103
  with gr.Row():
104
- gr.Image(value="./images/cm1.png", label="Sample 1", show_label=True, interactive=False, height="auto", width="100%")
105
- gr.Image(value="./images/cm2.png", label="Sample 2", show_label=True, interactive=False, height="auto", width="100%")
106
 
107
  with gr.TabItem("Synoptic Chart"):
108
  json_input_sc = gr.Textbox(
@@ -126,8 +126,8 @@ if __name__ == "__main__":
126
  gr.Markdown("<br>")
127
  gr.Markdown("## Example Synoptic Charts")
128
  with gr.Row():
129
- gr.Image(value="./images/sc1.png", label="Sample 1", show_label=True, interactive=False, height="auto", width="100%")
130
- gr.Image(value="./images/sc2.png", label="Sample 2", show_label=True, interactive=False, height="auto", width="100%")
131
 
132
  with gr.TabItem("Radial Diagram"):
133
  json_input_rd = gr.Textbox(
@@ -151,11 +151,11 @@ if __name__ == "__main__":
151
  gr.Markdown("<br>")
152
  gr.Markdown("## Example Radial Diagrams")
153
  with gr.Row():
154
- gr.Image(value="./images/rd1.png", label="Sample 1", show_label=True, interactive=False, height="auto", width="100%")
155
- gr.Image(value="./images/rd2.png", label="Sample 2", show_label=True, interactive=False, height="auto", width="100%")
156
  with gr.Row():
157
- gr.Image(value="./images/rd3.png", label="Sample 1", show_label=True, interactive=False, height="auto", width="100%")
158
- gr.Image(value="./images/rd4.png", label="Sample 2", show_label=True, interactive=False, height="auto", width="100%")
159
 
160
  with gr.TabItem("Process Flow"):
161
  json_input_pf = gr.Textbox(
 
101
  gr.Markdown("<br>")
102
  gr.Markdown("## Example Concept Maps")
103
  with gr.Row():
104
+ gr.Image(value="./images/cm1.svg", label="Sample 1", show_label=True, interactive=False, height="auto", width="100%")
105
+ gr.Image(value="./images/cm2.svg", label="Sample 2", show_label=True, interactive=False, height="auto", width="100%")
106
 
107
  with gr.TabItem("Synoptic Chart"):
108
  json_input_sc = gr.Textbox(
 
126
  gr.Markdown("<br>")
127
  gr.Markdown("## Example Synoptic Charts")
128
  with gr.Row():
129
+ gr.Image(value="./images/sc1.svg", label="Sample 1", show_label=True, interactive=False, height="auto", width="100%")
130
+ gr.Image(value="./images/sc2.svg", label="Sample 2", show_label=True, interactive=False, height="auto", width="100%")
131
 
132
  with gr.TabItem("Radial Diagram"):
133
  json_input_rd = gr.Textbox(
 
151
  gr.Markdown("<br>")
152
  gr.Markdown("## Example Radial Diagrams")
153
  with gr.Row():
154
+ gr.Image(value="./images/rd1.svg", label="Sample 1", show_label=True, interactive=False, height="auto", width="100%")
155
+ gr.Image(value="./images/rd2.svg", label="Sample 2", show_label=True, interactive=False, height="auto", width="100%")
156
  with gr.Row():
157
+ gr.Image(value="./images/rd3.svg", label="Sample 1", show_label=True, interactive=False, height="auto", width="100%")
158
+ gr.Image(value="./images/rd4.svg", label="Sample 2", show_label=True, interactive=False, height="auto", width="100%")
159
 
160
  with gr.TabItem("Process Flow"):
161
  json_input_pf = gr.Textbox(