1littlecoder commited on
Commit
8614172
1 Parent(s): a177aa8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def create_gradio_interface():
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():
 
28
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
29
 
30
  gr.Markdown("# WordLlama")
31
+ gr.Markdown("## NLP Toolkit")
32
 
33
  with gr.Tab("Similarity"):
34
  with gr.Row():