Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Upload app.py
Browse files
app.py
CHANGED
@@ -111,8 +111,9 @@ custom_css = """
|
|
111 |
"""
|
112 |
|
113 |
with gr.Blocks(css=custom_css) as demo:
|
114 |
-
gr.HTML("<h3>Clinical Trial
|
115 |
-
|
|
|
116 |
patient_summary_input = gr.Textbox(
|
117 |
label="Enter Patient Summary",
|
118 |
elem_id="input_box",
|
|
|
111 |
"""
|
112 |
|
113 |
with gr.Blocks(css=custom_css) as demo:
|
114 |
+
gr.HTML("<h3>Alpha Version of Clinical Trial Search based on MatchMiner-AI models</h3>")
|
115 |
+
gr.HTML("<h3>Based on clinicaltrials.gov cancer trials export 10/31/24</h3>")
|
116 |
+
|
117 |
patient_summary_input = gr.Textbox(
|
118 |
label="Enter Patient Summary",
|
119 |
elem_id="input_box",
|