Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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["
|
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,
|