lamhieu commited on
Commit
0f24792
Β·
1 Parent(s): f9ce04f

chore: styling app

Browse files
Files changed (1) hide show
  1. lightweight_embeddings/__init__.py +1 -1
lightweight_embeddings/__init__.py CHANGED
@@ -61,7 +61,7 @@ EMBEDDINGS_API_URL = "http://localhost:7860/v1/embeddings"
61
 
62
  # Markdown description for the main interface
63
  APP_DESCRIPTION = f"""
64
- ## πŸš€ **Lightweight Embeddings API**
65
 
66
  The **Lightweight Embeddings API** is a fast, free, and multilingual service designed for generating embeddings and reranking with support for both **text** and **image** inputs. Get started below by exploring our interactive playground or using the cURL examples provided.
67
 
 
61
 
62
  # Markdown description for the main interface
63
  APP_DESCRIPTION = f"""
64
+ # πŸš€ **Lightweight Embeddings API**
65
 
66
  The **Lightweight Embeddings API** is a fast, free, and multilingual service designed for generating embeddings and reranking with support for both **text** and **image** inputs. Get started below by exploring our interactive playground or using the cURL examples provided.
67