PierreBrunelle commited on
Commit
ce8aef9
·
verified ·
1 Parent(s): acb4ab6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def similarity_search(query, search_type, num_results, progress=gr.Progress()):
58
  return [row['frame'] for row in results]
59
 
60
  # Gradio interface
61
- with gr.Blocks(theme=gr.themes.Monochrome()) as demo:
62
  gr.Markdown(
63
  """
64
  <div style=margin: 0 auto;">
 
58
  return [row['frame'] for row in results]
59
 
60
  # Gradio interface
61
+ with gr.Blocks(theme=gr.themes.Base()) as demo:
62
  gr.Markdown(
63
  """
64
  <div style=margin: 0 auto;">