Shriharsh commited on
Commit
834264c
·
verified ·
1 Parent(s): 9232735

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -4
app.py CHANGED
@@ -242,10 +242,13 @@ def diabetes_bot(query, pdf_file=None):
242
  # Gradio interface
243
  with gr.Blocks() as app:
244
  gr.Markdown("""
245
- # Diabetes-Research-Q&A-ChatBot 🩺
246
- Ask questions about diabetes or upload a research paper (up to 10 pages) for Q&A.
247
- **Powered by the latest diabetes research (2010 onward). For pre-2010 papers, upload your research PDF!**
248
- **Running on Gemini API free tier**
 
 
 
249
  """)
250
 
251
  with gr.Row():
 
242
  # Gradio interface
243
  with gr.Blocks() as app:
244
  gr.Markdown("""
245
+ # Diabetes Research ChatBot Powered By Gemini 1.5 Flash And Pinecone 🩺
246
+ **Powered by the latest diabetes research, Running on Gemini 1.5 Flash API**
247
+ Ask questions about diabetes directly or upload a research paper (up to 10 pages) for specific Q&A.
248
+ **Disclaimer:**
249
+ The information provided by this chatbot is for research and informational purposes only and is not intended to substitute professional medical advice, diagnosis,
250
+ or treatment. Always seek the advice of your physician or other qualified health provider with any questions you may have regarding a medical condition.
251
+
252
  """)
253
 
254
  with gr.Row():