Spaces:
Running
Running
Update app.py
Browse files
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;
|
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():
|