Spaces:
Running
Running
fix: typo in markdown.
Browse files
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
|
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():
|