edouardfoussier commited on
Commit
a42ab42
·
1 Parent(s): 8f44b27

update title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ def bot(history: list[tuple], api_key: str, top_k: int, model_name: str):
97
 
98
  # ---------- UI ----------
99
  with gr.Blocks(theme="soft", fill_height=True) as demo:
100
- gr.Markdown("# 🇫🇷 Assistant RH — Chat RAG")
101
  # Warmup status (put somewhere visible)
102
  status = gr.Markdown("⏳ Initialisation des modèles du RAG…")
103
 
 
97
 
98
  # ---------- UI ----------
99
  with gr.Blocks(theme="soft", fill_height=True) as demo:
100
+ gr.Markdown("# 🇫🇷 Assistant RH — RAG Chatbot")
101
  # Warmup status (put somewhere visible)
102
  status = gr.Markdown("⏳ Initialisation des modèles du RAG…")
103