Spaces:
Sleeping
Sleeping
Update
Browse files
README.md
CHANGED
@@ -31,6 +31,17 @@ This application is built with a decoupled architecture: a modern Gradio UI host
|
|
31 |
|
32 |
---
|
33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
## π οΈ Architecture Overview
|
35 |
|
36 |
MediAgent AI uses an advanced agentic architecture, which is more dynamic than a standard RAG pipeline.
|
@@ -65,6 +76,6 @@ MediAgent AI uses an advanced agentic architecture, which is more dynamic than a
|
|
65 |
β
|
66 |
6. π€ Formatted Markdown Response
|
67 |
β
|
68 |
-
|
69 |
-
β
|
70 |
βββββββββββββββββββββββββββββββ
|
|
|
31 |
|
32 |
---
|
33 |
|
34 |
+
## π§ͺ Example Questions
|
35 |
+
|
36 |
+
You can ask a wide variety of questions. Here are some examples that showcase the agent's different tools:
|
37 |
+
|
38 |
+
- **Disease Information:** `What are the main symptoms of malaria?`
|
39 |
+
- **Drug Interactions:** `Do aspirin and warfarin interact?`
|
40 |
+
- **Side Effects (in Spanish):** `ΒΏCuΓ‘les son los efectos secundarios del ibuprofeno?`
|
41 |
+
- **Symptoms (in Hindi):** `COVID-19 ΰ€ΰ₯ ΰ€²ΰ€ΰ₯ΰ€·ΰ€£ ΰ€ΰ₯ΰ€―ΰ€Ύ ΰ€Ήΰ₯ΰ€?`
|
42 |
+
|
43 |
+
---
|
44 |
+
|
45 |
## π οΈ Architecture Overview
|
46 |
|
47 |
MediAgent AI uses an advanced agentic architecture, which is more dynamic than a standard RAG pipeline.
|
|
|
76 |
β
|
77 |
6. π€ Formatted Markdown Response
|
78 |
β
|
79 |
+
βββββββββββββββββββββββββββββββ
|
80 |
+
β Final Answer Displayed in UI β
|
81 |
βββββββββββββββββββββββββββββββ
|
app.py
CHANGED
@@ -47,7 +47,6 @@ footer { display: none !important; }
|
|
47 |
"""
|
48 |
|
49 |
# --- Gradio UI Definition ---
|
50 |
-
# UPDATED: Title and header to reflect the new name "MediAgent AI"
|
51 |
with gr.Blocks(theme=gr.themes.Soft(), css=CUSTOM_CSS, title="MediAgent AI") as demo:
|
52 |
# --- Header ---
|
53 |
gr.Markdown("""
|
|
|
47 |
"""
|
48 |
|
49 |
# --- Gradio UI Definition ---
|
|
|
50 |
with gr.Blocks(theme=gr.themes.Soft(), css=CUSTOM_CSS, title="MediAgent AI") as demo:
|
51 |
# --- Header ---
|
52 |
gr.Markdown("""
|