Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -433,7 +433,7 @@ def parse_excel_file_to_df(file_up: gr.File) -> pd.DataFrame:
|
|
433 |
###############################################################################
|
434 |
|
435 |
with gr.Blocks() as demo:
|
436 |
-
gr.Markdown("# 🏥 AI-Driven Clinical Assistant
|
437 |
gr.Markdown("""
|
438 |
**Highlights**:
|
439 |
- **Summarize** clinical text (OpenAI GPT-3.5)
|
@@ -442,8 +442,6 @@ with gr.Blocks() as demo:
|
|
442 |
- **Named Entity Recognition** (spaCy)
|
443 |
- **Fetch** from PubMed, Crossref, Europe PMC, and **BioPortal**
|
444 |
- **Generate** professional PDF reports
|
445 |
-
|
446 |
-
*Disclaimer*: This is a research demo, **not** a medical device.
|
447 |
""")
|
448 |
|
449 |
with gr.Row():
|
|
|
433 |
###############################################################################
|
434 |
|
435 |
with gr.Blocks() as demo:
|
436 |
+
gr.Markdown("# 🏥 AI-Driven Clinical Research Assistant")
|
437 |
gr.Markdown("""
|
438 |
**Highlights**:
|
439 |
- **Summarize** clinical text (OpenAI GPT-3.5)
|
|
|
442 |
- **Named Entity Recognition** (spaCy)
|
443 |
- **Fetch** from PubMed, Crossref, Europe PMC, and **BioPortal**
|
444 |
- **Generate** professional PDF reports
|
|
|
|
|
445 |
""")
|
446 |
|
447 |
with gr.Row():
|