oliverwang15 commited on
Commit
68501d0
1 Parent(s): 8c42408

updates on exp training

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ with gr.Blocks(theme="dark") as demo:
50
 
51
  with gr.Group():
52
  gr.Markdown(f'<center><h2>Or Load Offline</h2></center>')
53
- questions = gr.CheckboxGroup(choices = QUESTIONS, value = QUESTIONS[:6], label="Questions (Please don't change this part now)", info="Please select the question you want to ask")
54
  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")
55
  btn_submit_txt_offline = gr.Button(value='Show Answers')
56
  # btn_submit_txt.style(full_width=True)
 
50
 
51
  with gr.Group():
52
  gr.Markdown(f'<center><h2>Or Load Offline</h2></center>')
53
+ questions = gr.CheckboxGroup(choices = QUESTIONS, value = QUESTIONS, label="Questions", info="Please select the question you want to ask")
54
  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")
55
  btn_submit_txt_offline = gr.Button(value='Show Answers')
56
  # btn_submit_txt.style(full_width=True)