RichardZhu52 commited on
Commit
4469a4a
·
1 Parent(s): e1029b2

update login page phrasing

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -426,7 +426,7 @@ with gr.Blocks(css=centered_col_css) as demo:
426
  TxAgent's toolbox, ToolUniverse, consolidates 211 tools from trusted sources, including all US FDA-approved drugs since 1939 and validated clinical insights from Open Targets. By integrating multi-step inference, real-time knowledge grounding, and tool-assisted decision-making, TxAgent ensures that treatment recommendations align with established clinical guidelines and real-world evidence, reducing the risk of adverse events and improving therapeutic decision-making.
427
 
428
  We are currently conducting a user study with physicians, rare disease experts, and others with relevant medical background to assess TxAgent's performance on personalized therapeutic reasoning across multiple criteria, including helpfulness, clinical consensus, and scientific accuracy. Please note that each session requires a minimum commitment of 5-10 minutes to complete one question. If you wish to evaluate multiple questions, you may do so; you will never be asked to re-evaluate questions you have already seen. By clicking 'Next' below, you will start the study, with your progress saved after submitting each question. When evaluating a question, you will be asked to compare the responses of two different models to the question and then rate each model's response on a scale of 1-5. You may use the Back and Next buttons at the bottom of each page to edit any of your responses before submitting. If you have any other questions or concerns, please contact us directly. Thank you for your participation!""")
429
- gr.Markdown("## Please enter your information to get a question to evaluate. You will only be able to evaluate one question at a time. You must submit and return to this page to evaluate the next question.")
430
  name = gr.Textbox(label="Name")
431
  email = gr.Textbox(label="Email (Please use the same email every time you log onto this portal, as we use your email to prevent showing duplicate questions.)")
432
  specialty_dd = gr.Dropdown(choices=specialties_list, label="Primary Medical Specialty (select one; go to https://www.abms.org/member-boards/specialty-subspecialty-certificates/ for categorization)", multiselect=True)
 
426
  TxAgent's toolbox, ToolUniverse, consolidates 211 tools from trusted sources, including all US FDA-approved drugs since 1939 and validated clinical insights from Open Targets. By integrating multi-step inference, real-time knowledge grounding, and tool-assisted decision-making, TxAgent ensures that treatment recommendations align with established clinical guidelines and real-world evidence, reducing the risk of adverse events and improving therapeutic decision-making.
427
 
428
  We are currently conducting a user study with physicians, rare disease experts, and others with relevant medical background to assess TxAgent's performance on personalized therapeutic reasoning across multiple criteria, including helpfulness, clinical consensus, and scientific accuracy. Please note that each session requires a minimum commitment of 5-10 minutes to complete one question. If you wish to evaluate multiple questions, you may do so; you will never be asked to re-evaluate questions you have already seen. By clicking 'Next' below, you will start the study, with your progress saved after submitting each question. When evaluating a question, you will be asked to compare the responses of two different models to the question and then rate each model's response on a scale of 1-5. You may use the Back and Next buttons at the bottom of each page to edit any of your responses before submitting. If you have any other questions or concerns, please contact us directly. Thank you for your participation!""")
429
+ gr.Markdown("## Please enter your information to get a question to evaluate. You will only be able to evaluate one question at a time. You must submit your answers to the current question before moving on to evaluate the next question. You may stop in between questions and return at a later time; however, you must a submit your answers to the current question if you would like them saved.")
430
  name = gr.Textbox(label="Name")
431
  email = gr.Textbox(label="Email (Please use the same email every time you log onto this portal, as we use your email to prevent showing duplicate questions.)")
432
  specialty_dd = gr.Dropdown(choices=specialties_list, label="Primary Medical Specialty (select one; go to https://www.abms.org/member-boards/specialty-subspecialty-certificates/ for categorization)", multiselect=True)