essprasad commited on
Commit
df80017
·
verified ·
1 Parent(s): 9b72798

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -58,9 +58,9 @@ import gradio as gr
58
  from sentence_transformers import SentenceTransformer
59
  from core.hybrid_retriever import summarize_combined
60
 
61
- APP_TITLE = "🧠 Clinical Research Chatbot"
62
  APP_DESC = (
63
- "Ask any clinical research or GCP-related question. "
64
  "Retrieves and summarizes from ICH, GCDMP, EMA, FDA, Excel, and Web datasets."
65
  )
66
 
 
58
  from sentence_transformers import SentenceTransformer
59
  from core.hybrid_retriever import summarize_combined
60
 
61
+ APP_TITLE = "🧠 Clinical Trial Basics"
62
  APP_DESC = (
63
+ "Ask any clinical trial or GCP-related question. "
64
  "Retrieves and summarizes from ICH, GCDMP, EMA, FDA, Excel, and Web datasets."
65
  )
66