oliverwang15 commited on
Commit
413dccd
·
1 Parent(s): d29770b

updates on Exp_training

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ with gr.Blocks(theme="dark") as demo:
45
  with gr.Group():
46
  gr.Markdown(f'<center><h2>Or Load Offline</h2></center>')
47
  questions = gr.CheckboxGroup(choices = QUESTIONS, value = QUESTIONS, label="Questions (Please don't change this part now)", info="Please select the question you want to ask")
48
- answer_type = gr.Radio(choices = ["ChatGPT_txt", "GPT4_txt", 'New_GPT_4_pdf', 'Exp_text', 'Exp_Group_A', 'Exp_Group_B'], label="Answer_type", info="Please select the type of answer you want to show")
49
  btn_submit_txt_offline = gr.Button(value='Show Answers')
50
  # btn_submit_txt.style(full_width=True)
51
 
 
45
  with gr.Group():
46
  gr.Markdown(f'<center><h2>Or Load Offline</h2></center>')
47
  questions = gr.CheckboxGroup(choices = QUESTIONS, value = QUESTIONS, label="Questions (Please don't change this part now)", info="Please select the question you want to ask")
48
+ answer_type = gr.Radio(choices = ["ChatGPT_txt", "GPT4_txt", 'New_GPT_4_pdf', 'Exp_training', 'Exp_Group_A', 'Exp_Group_B'], label="Answer_type", info="Please select the type of answer you want to show")
49
  btn_submit_txt_offline = gr.Button(value='Show Answers')
50
  # btn_submit_txt.style(full_width=True)
51