abdibrokhim commited on
Commit
5364771
·
1 Parent(s): 3b5209b
Files changed (1) hide show
  1. app.py +9 -4
app.py CHANGED
@@ -150,14 +150,19 @@ h1, h2, h3, h4, h5, h6 {
150
  with gr.Blocks() as demo:
151
  gr.HTML("""
152
  <div style="text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 20px;">
153
- like perplexity, but more precise.
154
  </div>
155
- <div style="text-align: center;">built by
156
- <a href="https://yaps.gg"> abdibrokhim</a>
 
 
 
 
 
157
  </div>
158
  <div style="text-align: center;display: flex;justify-content: center;align-items: center;margin-top: 1em;margin-bottom: .5em;">
159
  <a href="https://aimlapi.com/models/bagoodex-search-v1-api/?utm_source=bagoodex&utm_medium=huggingface&utm_campaign=tutorials">
160
- <img src="https://huggingface.co/spaces/AimlAPI/Bagoodex-Web-Search/resolve/main/assets/aimlapi_logo_big_vector.svg" width="160" style="margin-left: .75em; margin-right: .75em; background-color: white; border-radius: 10px; padding: 5px;"/>
161
  </a>
162
  </div>
163
  """)
 
150
  with gr.Blocks() as demo:
151
  gr.HTML("""
152
  <div style="text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 20px;">
153
+ Llike perplexity, but more precise.
154
  </div>
155
+ <div style="text-align: center; display: flex; justify-content: center; align-items: center; margin-top: 1em; margin-bottom: .5em;">
156
+ Built by
157
+ <a href="https://yaps.gg" target="_blank" style="display: flex; align-items: center; margin-right: .75em;">
158
+ <img src="https://huggingface.co/spaces/AimlAPI/Bagoodex-Web-Search/resolve/main/assets/new-profile-photo%202.jpeg" width="40" style="margin-left: .75em; margin-right: .75em; background-color: white; border-radius: 10px; padding: 1px; margin-right: 1px;"/>
159
+ <span style="margin-left: .5em;">
160
+ @abdibrokhim</span>
161
+ </a>
162
  </div>
163
  <div style="text-align: center;display: flex;justify-content: center;align-items: center;margin-top: 1em;margin-bottom: .5em;">
164
  <a href="https://aimlapi.com/models/bagoodex-search-v1-api/?utm_source=bagoodex&utm_medium=huggingface&utm_campaign=tutorials">
165
+ <img src="https://huggingface.co/spaces/AimlAPI/Bagoodex-Web-Search/resolve/main/assets/powered%20by%20aimlapi.svg" width="160" style="margin-left: .75em; margin-right: .75em; background-color: white; border-radius: 10px; padding: 5px;"/>
166
  </a>
167
  </div>
168
  """)