chasetank commited on
Commit
0ee862a
·
1 Parent(s): 851dcbb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,8 +14,8 @@ def start_ui():
14
  title="Mercedes-Benz Owner's Manual",
15
  description="Ask questions to get answers from the Mercedes-Benz Owner's manual. <br/><font size='-2'><u>Disclaimer:</u> THIS IS NOT OFFICIAL AND MAY NOT BE AVAILABLE ALL THE TIME. ALWAYS LOOK AT THE OFFICIAL DOCUMENTATION at https://www.mbusa.com/en/owners/manuals</font>",
16
  examples=[["What are the different features of the dashboard console?", "2023 S-Class", 10, 0.01],
17
- ["What is flacon?", "2023 S-Class", 10, 0.01],
18
- ["What is hyperscreen?", "2023 EQS", 10, 0.01]],
19
  article = '<center><img src="https://visitor-badge.glitch.me/badge?page_id=kaushikdatta.owner-manual" alt="visitor badge"/></center>'
20
  )
21
 
 
14
  title="Mercedes-Benz Owner's Manual",
15
  description="Ask questions to get answers from the Mercedes-Benz Owner's manual. <br/><font size='-2'><u>Disclaimer:</u> THIS IS NOT OFFICIAL AND MAY NOT BE AVAILABLE ALL THE TIME. ALWAYS LOOK AT THE OFFICIAL DOCUMENTATION at https://www.mbusa.com/en/owners/manuals</font>",
16
  examples=[["What are the different features of the dashboard console?", "2023 S-Class", 10, 0.01],
17
+ ["What is flacon?", "eqe_sedan", 10, 0.01],
18
+ ["What is hyperscreen?", "eqe_sedan", 10, 0.01]],
19
  article = '<center><img src="https://visitor-badge.glitch.me/badge?page_id=kaushikdatta.owner-manual" alt="visitor badge"/></center>'
20
  )
21