Update app.py
Browse files
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
|
| 246 |
-
|
| 247 |
-
|
| 248 |
-
**
|
|
|
|
|
|
|
|
|
|
| 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():
|