Update app.py
Browse files
app.py
CHANGED
@@ -153,7 +153,9 @@ if __name__ == "__main__":
|
|
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 |
-
|
|
|
|
|
157 |
|
158 |
with gr.TabItem("Process Flow"):
|
159 |
json_input_pf = gr.Textbox(
|
|
|
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(
|