PierreBrunelle commited on
Commit
3a73782
1 Parent(s): 91a8a8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -100,6 +100,12 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
100
  search_button = gr.Button("Search")
101
 
102
  with gr.Column(scale=2):
 
 
 
 
 
 
103
  results_gallery = gr.Gallery(label="Search Results", columns=3)
104
 
105
  gr.Examples(
 
100
  search_button = gr.Button("Search")
101
 
102
  with gr.Column(scale=2):
103
+
104
+ gr.Markdown(
105
+ """
106
+ <h3>3. Visualize results</h3>
107
+ """)
108
+
109
  results_gallery = gr.Gallery(label="Search Results", columns=3)
110
 
111
  gr.Examples(