Spaces:
Runtime error
Runtime error
Commit
·
3b5209b
1
Parent(s):
a188da1
using html
Browse files- app.py +13 -5
- assets/new-profile-photo 2.jpeg +0 -0
- assets/powered by aimlapi.svg +99 -0
app.py
CHANGED
@@ -147,11 +147,19 @@ h1, h2, h3, h4, h5, h6 {
|
|
147 |
|
148 |
# defautl query: how to make slingshot?
|
149 |
# who created light (e.g., electricity) Tesla or Edison in quick short?
|
150 |
-
with gr.Blocks(
|
151 |
-
gr.
|
152 |
-
|
153 |
-
|
154 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
155 |
""")
|
156 |
|
157 |
# State variables to hold followup ID and conversation history, plus follow-up questions text
|
|
|
147 |
|
148 |
# defautl query: how to make slingshot?
|
149 |
# who created light (e.g., electricity) Tesla or Edison in quick short?
|
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 |
""")
|
164 |
|
165 |
# State variables to hold followup ID and conversation history, plus follow-up questions text
|
assets/new-profile-photo 2.jpeg
ADDED
![]() |
assets/powered by aimlapi.svg
ADDED
|