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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -28,7 +28,8 @@ 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...")
 
28
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
29
 
30
  gr.Markdown("# WordLlama")
31
+ gr.Markdown("<img src="https://github.com/dleemiller/WordLlama/raw/main/wordllama.png" width="100" height="100">")
32
+
33
  with gr.Tab("Similarity"):
34
  with gr.Row():
35
  sentence1 = gr.Textbox(label="Sentence 1", placeholder="Enter the first sentence here...")