Shamik commited on
Commit
f5d7289
·
verified ·
1 Parent(s): e0476bf

feat: added another instruction for the ui.

Browse files
Files changed (1) hide show
  1. src/insurance_assistants/ui.py +1 -0
src/insurance_assistants/ui.py CHANGED
@@ -213,6 +213,7 @@ class UI:
213
  gr.Markdown(
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
  )
218
  with gr.Group():
 
213
  gr.Markdown(
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
+ <span style="color:violet">PRECISE PROMPT == ACCURATE RESULTS.</span>
217
  """
218
  )
219
  with gr.Group():