aidoskanapyanov commited on
Commit
cf65c4b
1 Parent(s): 6de59bf

update title

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 Mistral RAG: retrieval QA</center></h1>
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
  )