pgurazada1 commited on
Commit
7c15df0
·
verified ·
1 Parent(s): e7b7a08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ interface = gr.Interface(
82
  inputs=textbox, fn=predict, outputs="text",
83
  title="AMA on Tesla 10-K statements",
84
  description="This web API presents an interface to ask questions on contents of the Tesla 10-K reports for the period 2019 - 2023.",
85
- article="Note that questions that are not relevent to the Tesla 10-K report will not be answered.",
86
  examples=[["What was the total revenue of the company in 2022?", "$ 81.46 Billion"],
87
  ["Summarize the Management Discussion and Analysis section of the 2021 report in 50 words.", ""],
88
  ["What is the company's debt level in 2020?", ""],
 
82
  inputs=textbox, fn=predict, outputs="text",
83
  title="AMA on Tesla 10-K statements",
84
  description="This web API presents an interface to ask questions on contents of the Tesla 10-K reports for the period 2019 - 2023.",
85
+ article="Note that questions that are not relevant to the Tesla 10-K report will not be answered.",
86
  examples=[["What was the total revenue of the company in 2022?", "$ 81.46 Billion"],
87
  ["Summarize the Management Discussion and Analysis section of the 2021 report in 50 words.", ""],
88
  ["What is the company's debt level in 2020?", ""],