update title
Browse files
app.py
CHANGED
@@ -207,9 +207,9 @@ with gr.Blocks(
|
|
207 |
db = gr.State(None)
|
208 |
conversation_id = gr.State(get_uuid)
|
209 |
gr.Markdown(
|
210 |
-
f"""<h1><center>Saiga
|
211 |
"""
|
212 |
-
f"""<h3><center>Space code credits to Ilya Gusev</center></h1>
|
213 |
"""
|
214 |
f"""<h4><center>Recommended to use only over .txt, .csv, .doc and .pdf/A files"""
|
215 |
)
|
|
|
207 |
db = gr.State(None)
|
208 |
conversation_id = gr.State(get_uuid)
|
209 |
gr.Markdown(
|
210 |
+
f"""<h1><center>Saiga Llama 3 8b gguf RAG: retrieval QA</center></h1>
|
211 |
"""
|
212 |
+
f"""<h3><center>Space code credits to <a href="https://huggingface.co/IlyaGusev">Ilya Gusev</a></center></h1>
|
213 |
"""
|
214 |
f"""<h4><center>Recommended to use only over .txt, .csv, .doc and .pdf/A files"""
|
215 |
)
|