zamal commited on
Commit
4e948de
·
verified ·
1 Parent(s): 5fde673

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -6
app.py CHANGED
@@ -140,13 +140,22 @@ with gr.Blocks(
140
  """
141
  <div style="padding-top: 60px;">
142
  <div style="display: flex; align-items: center; justify-content: center;">
143
- <img src="https://img.icons8.com/?size=100&id=118557&format=png&color=000000" style="width: 60px; height: 60px; margin-right: 12px;">
144
- <h1 style="margin: 0; font-size: 2.2em;">DeepGit Lite</h1>
 
 
 
145
  </div>
146
- <div style="text-align: center; margin-top: 10px;">
147
- <p style="margin: 0;">
148
- Explore GitHub repositories with deep semantic search.<br>
149
- Check out our <a href="https://github.com/zamalali/DeepGit" target="_blank">GitHub</a> for more details.
 
 
 
 
 
 
150
  </p>
151
  </div>
152
  </div>
 
140
  """
141
  <div style="padding-top: 60px;">
142
  <div style="display: flex; align-items: center; justify-content: center;">
143
+ <img src="https://img.icons8.com/?size=100&id=118557&format=png&color=000000"
144
+ style="width: 60px; height: 60px; margin-right: 12px;">
145
+ <h1 style="margin: 0; font-size: 2.5em; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;">
146
+ DeepGit Lite
147
+ </h1>
148
  </div>
149
+ <div style="text-align: center; margin-top: 20px; font-size: 1.1em; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;">
150
+ <p>
151
+ DeepGit Lite is the lightweight pro version of <strong>DeepGit</strong>.<br>
152
+ It harnesses advanced deep semantic search to explore GitHub repositories and deliver curated results.<br>
153
+ Under the hood, it leverages a hybrid ranking approach combining dense retrieval, BM25 scoring, and cross-encoder re-ranking for optimal discovery.
154
+ </p>
155
+ <p>
156
+ 🚀 Check out the full DeepGit version on
157
+ <a href="https://github.com/zamalali/DeepGit" target="_blank">GitHub</a> and ⭐
158
+ <strong>Star DeepGit</strong> on GitHub!
159
  </p>
160
  </div>
161
  </div>