Spaces:
Runtime error
Runtime error
updated greeting text
Browse files
app.py
CHANGED
@@ -55,9 +55,9 @@ css="""
|
|
55 |
|
56 |
title = """
|
57 |
<div style="text-align: center;max-width: 700px;">
|
58 |
-
<h1>Chat with
|
59 |
-
<p style="text-align: center;">
|
60 |
-
|
61 |
</div>
|
62 |
"""
|
63 |
|
|
|
55 |
|
56 |
title = """
|
57 |
<div style="text-align: center;max-width: 700px;">
|
58 |
+
<h1>Chat with the RAY Docs</h1>
|
59 |
+
<p style="text-align: center;">The AI bot is here to help you with the RAY Documentation, <br />
|
60 |
+
start asking questions about the open-source software </p>
|
61 |
</div>
|
62 |
"""
|
63 |
|