Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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="
|
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()
|