Spaces:
Runtime error
Runtime error
1littlecoder
commited on
Commit
•
8614172
1
Parent(s):
a177aa8
Update app.py
Browse files
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("
|
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():
|