ZahirJS commited on
Commit
81b6f44
·
verified ·
1 Parent(s): c1d0415

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -177,8 +177,8 @@ if __name__ == "__main__":
177
  gr.Markdown("<br>")
178
  gr.Markdown("## Example Process Flow Diagrams")
179
  with gr.Row():
180
- gr.Image(value="./images/pf1.png", label="Sample 1", show_label=True, interactive=False, height="auto", width="100%")
181
- gr.Image(value="./images/pf2.png", label="Sample 2", show_label=True, interactive=False, height="auto", width="100%")
182
 
183
  with gr.TabItem("WBS Diagram"):
184
  json_input_wbs = gr.Textbox(
 
177
  gr.Markdown("<br>")
178
  gr.Markdown("## Example Process Flow Diagrams")
179
  with gr.Row():
180
+ gr.Image(value="./images/pf1.svg", label="Sample 1", show_label=True, interactive=False, height="auto", width="100%")
181
+ gr.Image(value="./images/pf2.svg", label="Sample 2", show_label=True, interactive=False, height="auto", width="100%")
182
 
183
  with gr.TabItem("WBS Diagram"):
184
  json_input_wbs = gr.Textbox(