cakiki commited on
Commit
e98dc14
·
1 Parent(s): 11be492

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def page_i(i, ix, query):
49
  results = format_results(results, query)
50
  return results, [ix], query
51
 
52
- with gr.Blocks(css="#b {min-width:15px;background:transparent;border:white;box-shadow:none;}") as demo: #
53
  with gr.Row():
54
  gr.Markdown(value="""## <p style="text-align: center;"> Code search </p>""")
55
  with gr.Row():
 
49
  results = format_results(results, query)
50
  return results, [ix], query
51
 
52
+ with gr.Blocks(css="#b {min-width:15px;background:transparent;}") as demo: #border:white;box-shadow:none;
53
  with gr.Row():
54
  gr.Markdown(value="""## <p style="text-align: center;"> Code search </p>""")
55
  with gr.Row():