Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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"
|
144 |
-
|
|
|
|
|
|
|
145 |
</div>
|
146 |
-
<div style="text-align: center; margin-top:
|
147 |
-
<p
|
148 |
-
|
149 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
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>
|