reab5555 commited on
Commit
8f053ea
·
verified ·
1 Parent(s): 47f05e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)