zamalali commited on
Commit
1dfab58
·
1 Parent(s): 0d0fdd4

Improved Text

Browse files
Files changed (1) hide show
  1. app.py +11 -4
app.py CHANGED
@@ -147,13 +147,20 @@ with gr.Blocks(
147
  gr.HTML(favicon_html)
148
  gr.Markdown(
149
  """
150
- # DeepGit Lite
151
- Explore GitHub repositories with deep semantic search.
152
- Check out our [GitHub](https://github.com/zamalali/DeepGit) for more details.
 
 
 
 
 
 
 
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(