Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -179,6 +179,7 @@ with gr.Blocks() as iface:
|
|
179 |
example_video_3 = gr.Video(example_video_3_path, label="Example 3", visible=False)
|
180 |
use_example_button_3 = gr.Button("Load Example 3")
|
181 |
|
|
|
182 |
gr.Markdown(description_txt)
|
183 |
gr.HTML("<div style='height: 20px;'></div>")
|
184 |
gr.Image(value="appendix/AI Personality Detection flow - 1.png", label='Flowchart 1', width=900)
|
|
|
179 |
example_video_3 = gr.Video(example_video_3_path, label="Example 3", visible=False)
|
180 |
use_example_button_3 = gr.Button("Load Example 3")
|
181 |
|
182 |
+
gr.HTML("<div style='height: 20px;'></div>")
|
183 |
gr.Markdown(description_txt)
|
184 |
gr.HTML("<div style='height: 20px;'></div>")
|
185 |
gr.Image(value="appendix/AI Personality Detection flow - 1.png", label='Flowchart 1', width=900)
|