Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ with gr.Blocks() as iface:
|
|
108 |
example_btn_1 = gr.Button("Load Example: Bill Clinton and Jim Lehrer")
|
109 |
example_btn_2 = gr.Button("Load Example: Wade Wilson Penalty Phase Trial")
|
110 |
gr.HTML("<div style='height: 30px;'></div>")
|
111 |
-
|
112 |
gr.HTML("<div style='height: 20px;'></div>")
|
113 |
gr.Markdown("""
|
114 |
|
|
|
108 |
example_btn_1 = gr.Button("Load Example: Bill Clinton and Jim Lehrer")
|
109 |
example_btn_2 = gr.Button("Load Example: Wade Wilson Penalty Phase Trial")
|
110 |
gr.HTML("<div style='height: 30px;'></div>")
|
111 |
+
gr.Image(value="appendix/Anomay Detection.png", label='Flowchart')
|
112 |
gr.HTML("<div style='height: 20px;'></div>")
|
113 |
gr.Markdown("""
|
114 |
|