Louis-François Bouchard commited on
Commit
5ece954
1 Parent(s): 04ac399

Theme edit (#28)

Browse files

* changing fonts and colors

* color changes

* buster URL

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -219,7 +219,7 @@ with gr.Blocks(
219
 
220
  gr.Markdown(
221
  "This application uses ChatGPT to search the docs for relevant info and answer questions. "
222
- "\n\n### Powered by [Buster 🤖](www.github.com/jerpint/buster)"
223
  )
224
 
225
  completion = gr.State()
 
219
 
220
  gr.Markdown(
221
  "This application uses ChatGPT to search the docs for relevant info and answer questions. "
222
+ "\n\n### Powered by [Buster 🤖](https://www.github.com/jerpint/buster)"
223
  )
224
 
225
  completion = gr.State()