Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -127,9 +127,8 @@ def search_books(query: str, n_results: int = 10) -> str:
|
|
127 |
</div>
|
128 |
"""
|
129 |
|
130 |
-
# Create Gradio interface
|
131 |
with gr.Blocks(css=custom_css) as demo:
|
132 |
-
gr.Markdown("# LibriVox
|
133 |
|
134 |
with gr.Group():
|
135 |
query = gr.Textbox(
|
|
|
127 |
</div>
|
128 |
"""
|
129 |
|
|
|
130 |
with gr.Blocks(css=custom_css) as demo:
|
131 |
+
gr.Markdown("# LibriVox Semantic Search")
|
132 |
|
133 |
with gr.Group():
|
134 |
query = gr.Textbox(
|