Louis-François Bouchard commited on
Commit
fe6af19
1 Parent(s): 91bd99a

improved layout

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- "<h4><center>powered by Activeloop and 4th Generation Intel® Xeon® Scalable Processors</center></h4>"
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### Powered by [Buster 🤖](https://www.github.com/jerpint/buster)"
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()