Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -365,9 +365,9 @@ with gr.Blocks(title="Audit Q&A", css= "style.css", theme=theme,elem_id = "main-
|
|
365 |
#---------------- SELECTION METHOD - RADIO BUTTON ------------
|
366 |
search_method = gr.Radio(
|
367 |
choices=["Search by Report Name", "Search by Filters"],
|
368 |
-
label=gr.Markdown("""
|
369 |
<div class="tooltip-content">Select the audit reports that you want to analyse directly or browse through categories and select reports</div>
|
370 |
-
</div>"""),
|
371 |
info= "This is test",
|
372 |
value="Search by Report Name",
|
373 |
)
|
|
|
365 |
#---------------- SELECTION METHOD - RADIO BUTTON ------------
|
366 |
search_method = gr.Radio(
|
367 |
choices=["Search by Report Name", "Search by Filters"],
|
368 |
+
label=gr.Markdown("""<div class="question-tooltip">?
|
369 |
<div class="tooltip-content">Select the audit reports that you want to analyse directly or browse through categories and select reports</div>
|
370 |
+
</div>""", elem_id="reports-tooltip"),
|
371 |
info= "This is test",
|
372 |
value="Search by Report Name",
|
373 |
)
|