Spaces:
Runtime error
Runtime error
1littlecoder
commited on
Commit
•
cb8dec5
1
Parent(s):
bef7cb9
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("![ WordLlama Avatar](https://github.com/dleemiller/WordLlama/raw/main/wordllama.png)")
|
32 |
with gr.Tab("Similarity"):
|
33 |
with gr.Row():
|
34 |
sentence1 = gr.Textbox(label="Sentence 1", placeholder="Enter the first sentence here...")
|