tykiww commited on
Commit
bc1c38e
·
verified ·
1 Parent(s): f9c7cb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def main(conf):
49
  # Meeting Question & Answer Page
50
  with gr.TabItem(conf["layout"]["page_names"][2]):
51
  question = gr.Textbox(label="Ask a Question",
52
- value=conf["default"]["question"])
53
  ask_button = gr.Button("Ask!")
54
  model_output = gr.components.Textbox(label="Answer")
55
  dataset_predefined_load.click(fn=retrieve_answer,
 
49
  # Meeting Question & Answer Page
50
  with gr.TabItem(conf["layout"]["page_names"][2]):
51
  question = gr.Textbox(label="Ask a Question",
52
+ value=conf["defaults"]["question"])
53
  ask_button = gr.Button("Ask!")
54
  model_output = gr.components.Textbox(label="Answer")
55
  dataset_predefined_load.click(fn=retrieve_answer,