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