Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -342,7 +342,6 @@ with gr.Blocks(title="Audit Q&A", css= "style.css", theme=theme,elem_id = "main-
|
|
342 |
with gr.Tab("Sources",elem_id = "tab-citations",id = 1):
|
343 |
sources_textbox = gr.HTML(show_label=False, elem_id="sources-textbox")
|
344 |
docs_textbox = gr.State("")
|
345 |
-
gr.Markdown("Reminder: To get better results select the specific report/reports")
|
346 |
|
347 |
def change_sample_questions(key):
|
348 |
# update the questions list based on key selected
|
|
|
342 |
with gr.Tab("Sources",elem_id = "tab-citations",id = 1):
|
343 |
sources_textbox = gr.HTML(show_label=False, elem_id="sources-textbox")
|
344 |
docs_textbox = gr.State("")
|
|
|
345 |
|
346 |
def change_sample_questions(key):
|
347 |
# update the questions list based on key selected
|