jayebaku commited on
Commit
ca8a1b9
·
verified ·
1 Parent(s): 2edf342

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -252,7 +252,7 @@ with gr.Blocks() as demo:
252
  query_inp = gr.Textbox(label="Add custom queries like the one above, one at a time")
253
  addqry_button = gr.Button("Add to queries")
254
  qa_button = gr.Button("Start QA")
255
- hsummary = gr.Textbox(label="Historical Summary")
256
 
257
  # qa_df = gr.DataFrame()
258
  # answers_df = gr.DataFrame()
 
252
  query_inp = gr.Textbox(label="Add custom queries like the one above, one at a time")
253
  addqry_button = gr.Button("Add to queries")
254
  qa_button = gr.Button("Start QA")
255
+ hsummary = gr.Textbox(label="Summary")
256
 
257
  # qa_df = gr.DataFrame()
258
  # answers_df = gr.DataFrame()