Spaces:
Sleeping
Sleeping
Commit
·
1bcf6a1
1
Parent(s):
eb84e41
chore: Update marquee text in app.py
Browse files
app.py
CHANGED
@@ -142,7 +142,7 @@ h1 {
|
|
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!</marquee>"
|
146 |
)
|
147 |
|
148 |
with gr.Row():
|
|
|
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 |
)
|
147 |
|
148 |
with gr.Row():
|