Spaces:
Running
Running
feat: added another instruction for the ui.
Browse files
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():
|