Update app.py
Browse files
app.py
CHANGED
|
@@ -181,7 +181,7 @@ with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css, title="Every RAG
|
|
| 181 |
gr.HTML(
|
| 182 |
"""
|
| 183 |
<div style="text-align: center; max-width: 800px; margin: 0 auto;">
|
| 184 |
-
<h1 style="font-size: 3em; font-weight: 600; margin: 0.5em;">
|
| 185 |
<h3 style="font-size: 1.2em; margin: 1em;">Your Intelligent File Analysis Assistant π</h3>
|
| 186 |
</div>
|
| 187 |
"""
|
|
|
|
| 181 |
gr.HTML(
|
| 182 |
"""
|
| 183 |
<div style="text-align: center; max-width: 800px; margin: 0 auto;">
|
| 184 |
+
<h1 style="font-size: 3em; font-weight: 600; margin: 0.5em;">Every RAG Chat π€</h1>
|
| 185 |
<h3 style="font-size: 1.2em; margin: 1em;">Your Intelligent File Analysis Assistant π</h3>
|
| 186 |
</div>
|
| 187 |
"""
|