Spaces:
Sleeping
Sleeping
Salma Hassan
commited on
Commit
·
e707d1c
1
Parent(s):
da8f1e8
Update app.py to refine the Clinical Trial Matching Chatbot description, emphasizing fast response times even on CPU. This change aims to enhance user understanding of the system's performance 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.** Describe a patient's condition to find matching trials quickly.")
|
| 440 |
|
| 441 |
gr.Markdown("## About the Tool")
|
| 442 |
gr.Markdown("""
|
|
|
|
| 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 — even when running on CPU only, the system maintains fast response times.")
|
| 440 |
|
| 441 |
gr.Markdown("## About the Tool")
|
| 442 |
gr.Markdown("""
|