kenlkehl commited on
Commit
dc47a5a
·
verified ·
1 Parent(s): c67cf82

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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 Matcher</h3>")
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",