| HEADER_INFO = """""".strip() | |
| SIDEBAR_INFO = """ | |
| <div class="contributors font-body text-bold"> | |
| <a class="contributor comma" href="https://www.linkedin.com/in/mishtert/">Mishtert T</a> | |
| </div> | |
| """ | |
| CONCEPT_INFO = """ | |
| <div class="contributors font-body text-bold"> | |
| <h2 class="font-title">Tracer Data Flow </h2> | |
| <span class="d-block extra-info">Domain Agnostic Concept</span> | |
| </div> | |
| """ | |
| CHEF_INFO = """ | |
| <h2 class="font-title">Welcome to Tracer! </h2> | |
| <p class="strong font-body"> | |
| <span class="d-block extra-info">(your aide to help you find the specific answer in myriad of textual content in seconds)</span> | |
| </p> | |
| """.strip() | |
| PROMPT_BOX = "Add custom ingredients here (separated by `,`): " | |
| STORY = """<div class="story-box font-body"> <p> Hello everyone π, I am <strong>Tracer!</strong>. | |
| Tracer helps you to find the information that you look within seconds on a large text that would take you minutes, hours for you to go | |
| through. | |
| Tracer can be customized to specific needs looking only for specific information if required and build | |
| generative text on the answer | |
| </p> | |
| </div> | |
| """.strip() | |