panda992 commited on
Commit
d38e3b2
Β·
1 Parent(s): c52edc4
Files changed (2) hide show
  1. README.md +13 -2
  2. app.py +0 -1
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
- β”‚ Final Answer Displayed in UI β”‚
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("""