Shamik commited on
Commit
96a12e4
·
verified ·
1 Parent(s): d6e9982

fix: typo in markdown.

Browse files
Files changed (1) hide show
  1. src/insurance_assistants/ui.py +1 -1
src/insurance_assistants/ui.py CHANGED
@@ -214,7 +214,7 @@ class UI:
214
  value="""#### <span style="color:red"> The `interrupt` button doesn't stop the process instantaneously.</span>
215
  <span style="color:green">You can continue to use the application upon pressing the interrupt button.</span>
216
 
217
- <span style="color:violet">PRECISE PROMPT == ACCURATE RESULTS.</span>
218
  """
219
  )
220
  with gr.Group():
 
214
  value="""#### <span style="color:red"> The `interrupt` button doesn't stop the process instantaneously.</span>
215
  <span style="color:green">You can continue to use the application upon pressing the interrupt button.</span>
216
 
217
+ <span style="color:violet">PRECISE PROMPT = ACCURATE RESULTS.</span>
218
  """
219
  )
220
  with gr.Group():