Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,8 +27,8 @@ def topk_candidates(query, candidates, k):
|
|
| 27 |
def create_gradio_interface():
|
| 28 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 29 |
|
| 30 |
-
gr.
|
| 31 |
-
gr.
|
| 32 |
with gr.Tab("Similarity"):
|
| 33 |
with gr.Row():
|
| 34 |
sentence1 = gr.Textbox(label="Sentence 1", placeholder="Enter the first sentence here...")
|
|
|
|
| 27 |
def create_gradio_interface():
|
| 28 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 29 |
|
| 30 |
+
gr.Markdown("# WordLlama")
|
| 31 |
+
gr.Markdown("")
|
| 32 |
with gr.Tab("Similarity"):
|
| 33 |
with gr.Row():
|
| 34 |
sentence1 = gr.Textbox(label="Sentence 1", placeholder="Enter the first sentence here...")
|