davidberenstein1957 commited on
Commit
5b1fa82
·
verified ·
1 Parent(s): 948cf19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def rerank_documents(query: str, documents: pd.DataFrame) -> pd.DataFrame:
14
 
15
 
16
  with gr.Blocks() as demo:
17
- gr.Markdown("""# RAG Hub Datasets
18
 
19
  Part of [smol blueprint](https://github.com/davidberenstein1957/smol-blueprint) - a smol blueprint for AI development, focusing on practical examples of RAG, information extraction, analysis and fine-tuning in the age of LLMs.""")
20
 
 
14
 
15
 
16
  with gr.Blocks() as demo:
17
+ gr.Markdown("""# RAG - rerank
18
 
19
  Part of [smol blueprint](https://github.com/davidberenstein1957/smol-blueprint) - a smol blueprint for AI development, focusing on practical examples of RAG, information extraction, analysis and fine-tuning in the age of LLMs.""")
20