Document_QnA / config.py
Quent1Fvr's picture
change examples
c33f6f2
content_language = 'en'
plan_language = 'en'
content_en_path_real = "data/Illumio_Core_REST_API_Developer_Guide_23.3.pdf"
content_test = "data/Test/Illumio_product_brief.pdf"
content_python = "data/cours-python_crop.docx"
content_html = "data/Test/list.html"
content_data_analyst = "data\Test\Data_Analyst_chez_Stockly.pdf"
content_test_epita = "data\Test\Test_epita.pdf"
examples = {"Question_1": "Where does the Little Prince come from, and what motivates him to travel to different planets?",
"Question_2": "Can you describe the importance of the rose in the Little Prince's life and how it influences his journey?",
"Question_3": "What are some of the unique and interesting characters the Little Prince meets on his adventures, and what lessons does he learn from them?",
}
view_config = {
'title': "<h1 style=text-align:center;font-size:4.5em;background-image:linear-gradient(45deg,#f3ec78,#af4261);background-color:red;background-size:100%;background-repeat:repeat;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-moz-background-clip:text;-moz-text-fill-color:transparent;font-weight:bold;margin-top:4%;padding-bottom:1%>Document QnA</h1>",
'examples': examples,
}