Update app.py
Browse files
app.py
CHANGED
@@ -105,6 +105,9 @@ with gr.Blocks() as iface:
|
|
105 |
with gr.Row():
|
106 |
with gr.Group(visible=True) as results_group2:
|
107 |
with gr.TabItem("Description"):
|
|
|
|
|
|
|
108 |
gr.Image(value="appendix/Anomay Detection.png", label='Flowchart')
|
109 |
gr.HTML("<div style='height: 20px;'></div>")
|
110 |
gr.Markdown("""
|
@@ -194,9 +197,6 @@ with gr.Blocks() as iface:
|
|
194 |
|
195 |
|
196 |
""")
|
197 |
-
gr.HTML("<div style='height: 30px;'></div>")
|
198 |
-
example_btn_1 = gr.Button("Load Example: Bill Clinton and Jim Lehrer")
|
199 |
-
example_btn_2 = gr.Button("Load Example: Wade Wilson Penalty Phase Trial")
|
200 |
|
201 |
df_store = gr.State()
|
202 |
mse_features_store = gr.State()
|
|
|
105 |
with gr.Row():
|
106 |
with gr.Group(visible=True) as results_group2:
|
107 |
with gr.TabItem("Description"):
|
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("""
|
|
|
197 |
|
198 |
|
199 |
""")
|
|
|
|
|
|
|
200 |
|
201 |
df_store = gr.State()
|
202 |
mse_features_store = gr.State()
|