Update app.py
Browse files
app.py
CHANGED
|
@@ -68,22 +68,6 @@ body {
|
|
| 68 |
color: #4a6fa5;
|
| 69 |
}
|
| 70 |
|
| 71 |
-
/* title */
|
| 72 |
-
.title {
|
| 73 |
-
text-align: center;
|
| 74 |
-
font-size: 40px !important;
|
| 75 |
-
color: #6aa9ff;
|
| 76 |
-
font-weight: 800;
|
| 77 |
-
}
|
| 78 |
-
|
| 79 |
-
/* subtitle */
|
| 80 |
-
.subtitle {
|
| 81 |
-
text-align: center;
|
| 82 |
-
font-size: 24px !important;
|
| 83 |
-
color: #8bbcff;
|
| 84 |
-
margin-bottom: 10px;
|
| 85 |
-
}
|
| 86 |
-
|
| 87 |
/* model card */
|
| 88 |
.model-card {
|
| 89 |
background: #ffffff;
|
|
@@ -137,8 +121,8 @@ button:hover {
|
|
| 137 |
# UI
|
| 138 |
with gr.Blocks(css=pastel_css) as demo:
|
| 139 |
|
| 140 |
-
gr.Markdown('SemanticSemantic Web Search'
|
| 141 |
-
gr.Markdown('Fast Semantic Retrieval with Stable Static Embedding'
|
| 142 |
|
| 143 |
with gr.Column(elem_classes="model-card"):
|
| 144 |
gr.Markdown("""
|
|
|
|
| 68 |
color: #4a6fa5;
|
| 69 |
}
|
| 70 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 71 |
/* model card */
|
| 72 |
.model-card {
|
| 73 |
background: #ffffff;
|
|
|
|
| 121 |
# UI
|
| 122 |
with gr.Blocks(css=pastel_css) as demo:
|
| 123 |
|
| 124 |
+
gr.Markdown('# SemanticSemantic Web Search')
|
| 125 |
+
gr.Markdown('## Fast Semantic Retrieval with Stable Static Embedding')
|
| 126 |
|
| 127 |
with gr.Column(elem_classes="model-card"):
|
| 128 |
gr.Markdown("""
|