Spaces:
Running
on
Zero
Running
on
Zero
zamalali
commited on
Commit
·
1dfab58
1
Parent(s):
0d0fdd4
Improved Text
Browse files
app.py
CHANGED
@@ -147,13 +147,20 @@ with gr.Blocks(
|
|
147 |
gr.HTML(favicon_html)
|
148 |
gr.Markdown(
|
149 |
"""
|
150 |
-
|
151 |
-
|
152 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
153 |
""",
|
154 |
elem_id="header"
|
155 |
)
|
156 |
-
|
157 |
# Centered main container for inputs and outputs.
|
158 |
with gr.Column(elem_id="main-container"):
|
159 |
research_input = gr.Textbox(
|
|
|
147 |
gr.HTML(favicon_html)
|
148 |
gr.Markdown(
|
149 |
"""
|
150 |
+
<div style="display: flex; align-items: center; justify-content: center;">
|
151 |
+
<img src="https://img.icons8.com/?size=100&id=118557&format=png&color=000000" style="margin-right: 10px;">
|
152 |
+
<div>
|
153 |
+
<h1 style="margin: 0;">DeepGit Lite</h1>
|
154 |
+
<p style="margin: 0;">
|
155 |
+
Explore GitHub repositories with deep semantic search.<br>
|
156 |
+
Check out our <a href="https://github.com/zamalali/DeepGit">GitHub</a> for more details.
|
157 |
+
</p>
|
158 |
+
</div>
|
159 |
+
</div>
|
160 |
""",
|
161 |
elem_id="header"
|
162 |
)
|
163 |
+
|
164 |
# Centered main container for inputs and outputs.
|
165 |
with gr.Column(elem_id="main-container"):
|
166 |
research_input = gr.Textbox(
|