Spaces:
Sleeping
Sleeping
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
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
|
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;">
|
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():
|