Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1597,7 +1597,7 @@ with gr.Blocks(theme='gradio/soft') as demo:
|
|
1597 |
with gr.Column():
|
1598 |
# Add the table to display the top 3 responses based on confidence level
|
1599 |
response_table = gr.Dataframe(headers=["Document Name", "Page Number", "Top Responses"], interactive=False, show_label=False)
|
1600 |
-
response_table.render()
|
1601 |
|
1602 |
|
1603 |
|
|
|
1597 |
with gr.Column():
|
1598 |
# Add the table to display the top 3 responses based on confidence level
|
1599 |
response_table = gr.Dataframe(headers=["Document Name", "Page Number", "Top Responses"], interactive=False, show_label=False)
|
1600 |
+
# response_table.render()
|
1601 |
|
1602 |
|
1603 |
|