Spaces:
Running
Running
Louis-François Bouchard
commited on
Commit
·
fe6af19
1
Parent(s):
91bd99a
improved layout
Browse files
app.py
CHANGED
@@ -182,7 +182,7 @@ with gr.Blocks(
|
|
182 |
with gr.Row():
|
183 |
gr.Markdown(
|
184 |
"<h3><center>Towards AI 🤖: A Question-Answering Bot for anything AI-related</center></h3>"
|
185 |
-
"<
|
186 |
)
|
187 |
|
188 |
latest_completion = gr.State()
|
@@ -220,7 +220,7 @@ with gr.Blocks(
|
|
220 |
|
221 |
gr.Markdown(
|
222 |
"This application uses ChatGPT to search the docs for relevant information and answer questions."
|
223 |
-
"\n\n###
|
224 |
)
|
225 |
|
226 |
completion = gr.State()
|
|
|
182 |
with gr.Row():
|
183 |
gr.Markdown(
|
184 |
"<h3><center>Towards AI 🤖: A Question-Answering Bot for anything AI-related</center></h3>"
|
185 |
+
"<h6><center><i>Powered by Activeloop and 4th Generation Intel® Xeon® Scalable Processors</i></center></h6>"
|
186 |
)
|
187 |
|
188 |
latest_completion = gr.State()
|
|
|
220 |
|
221 |
gr.Markdown(
|
222 |
"This application uses ChatGPT to search the docs for relevant information and answer questions."
|
223 |
+
"\n\n### Built in top of the open-source [Buster 🤖](https://www.github.com/jerpint/buster) project. Huge thanks to them."
|
224 |
)
|
225 |
|
226 |
completion = gr.State()
|