Salma Hassan commited on
Commit
958e985
Β·
1 Parent(s): 200ba0d

Update app.py to refine the chatbot description and improve clarity by removing specific references to GPU acceleration and modifying the keyword extraction text. This change aims to enhance user understanding of the Clinical Trial Matching Chatbot's capabilities.

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -436,7 +436,7 @@ if __name__ == "__main__":
436
  """)
437
 
438
  gr.Markdown("# πŸ₯ Clinical Trial Matching Chatbot")
439
- gr.Markdown("**AI-Powered Clinical Trial Matching with GPU acceleration and parallel processing.** Describe a patient's condition to find matching trials quickly.")
440
 
441
  gr.Markdown("## About the Tool")
442
  gr.Markdown("""
@@ -465,7 +465,7 @@ if __name__ == "__main__":
465
  <div style="background: linear-gradient(135deg, #ddd6fe, #c4b5fd); border: 2px solid #8b5cf6; border-radius: 12px; padding: 15px; text-align: center; margin: 5px; color: #000000 !important;">
466
  <div style="font-size: 2em; color: #000000 !important;">πŸ”‘</div>
467
  <strong style="color: #000000 !important;">2. Keyword Extraction</strong><br>
468
- <small style="color: #000000 !important;">AI extracts key medical conditions using GPT-4.</small>
469
  </div>
470
  """)
471
  with gr.Column():
 
436
  """)
437
 
438
  gr.Markdown("# πŸ₯ Clinical Trial Matching Chatbot")
439
+ gr.Markdown("**AI-Powered Clinical Trial Matching.** Describe a patient's condition to find matching trials quickly.")
440
 
441
  gr.Markdown("## About the Tool")
442
  gr.Markdown("""
 
465
  <div style="background: linear-gradient(135deg, #ddd6fe, #c4b5fd); border: 2px solid #8b5cf6; border-radius: 12px; padding: 15px; text-align: center; margin: 5px; color: #000000 !important;">
466
  <div style="font-size: 2em; color: #000000 !important;">πŸ”‘</div>
467
  <strong style="color: #000000 !important;">2. Keyword Extraction</strong><br>
468
+ <small style="color: #000000 !important;">LLM model extracts key medical conditions.</small>
469
  </div>
470
  """)
471
  with gr.Column():