davanstrien HF staff commited on
Commit
46a780a
1 Parent(s): 1bcf6a1

chore: Add UFO search engine details to app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -141,6 +141,12 @@ h1 {
141
  # Replace the demo definition with this Blocks implementation
142
  with gr.Blocks(css=css, theme=geocities90s) as demo:
143
  gr.HTML("<h1>🛸 Top Secret UFO Document Search 🛸</h1>")
 
 
 
 
 
 
144
  gr.HTML(
145
  "<marquee direction='left' scrollamount='5' class='yellow-text'>Uncover the truth that's out there! The government doesn't want you to know! ColPali will reveal the truth!</marquee>"
146
  )
 
141
  # Replace the demo definition with this Blocks implementation
142
  with gr.Blocks(css=css, theme=geocities90s) as demo:
143
  gr.HTML("<h1>🛸 Top Secret UFO Document Search 🛸</h1>")
144
+ gr.HTML(
145
+ "<p style='text-align: center; font-style: italic;'>Powered by <a href='https://danielvanstrien.xyz/posts/post-with-code/colpali-qdrant/2024-10-02_using_colpali_with_qdrant.html' target='_blank' style='color: #00ff00;'>ColPali and Qdrant</a></p>"
146
+ )
147
+ gr.HTML(
148
+ "<p style='text-align: center; color: #ff00ff;'>👽 Discover how to build your own alien-approved search engine! Learn the secrets of ColPali and Qdrant, and join the ranks of interstellar code warriors. Warning: May attract Men in Black. 🕴️👽</p>"
149
+ )
150
  gr.HTML(
151
  "<marquee direction='left' scrollamount='5' class='yellow-text'>Uncover the truth that's out there! The government doesn't want you to know! ColPali will reveal the truth!</marquee>"
152
  )