1littlecoder commited on
Commit
08ad968
1 Parent(s): cb8dec5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.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...")
 
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...")