ppsingh commited on
Commit
75c4241
·
verified ·
1 Parent(s): 7d6a29f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("""Choose search method <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>"""),
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
  )