Update app.py
Browse files
app.py
CHANGED
|
@@ -121,7 +121,7 @@ button:hover {
|
|
| 121 |
# UI
|
| 122 |
with gr.Blocks(css=pastel_css) as demo:
|
| 123 |
|
| 124 |
-
gr.Markdown('#
|
| 125 |
gr.Markdown('## Fast Semantic Retrieval with Stable Static Embedding')
|
| 126 |
|
| 127 |
with gr.Column(elem_classes="model-card"):
|
|
|
|
| 121 |
# UI
|
| 122 |
with gr.Blocks(css=pastel_css) as demo:
|
| 123 |
|
| 124 |
+
gr.Markdown('# Semantic Web Search')
|
| 125 |
gr.Markdown('## Fast Semantic Retrieval with Stable Static Embedding')
|
| 126 |
|
| 127 |
with gr.Column(elem_classes="model-card"):
|