pgurazada1 commited on
Commit
e7b7a08
·
verified ·
1 Parent(s): 97fb706

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ textbox = gr.Textbox(placeholder="Enter your query here", lines=6)
80
 
81
  interface = gr.Interface(
82
  inputs=textbox, fn=predict, outputs="text",
83
- title="AMA on Tesla 2022 10-K",
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"],
 
80
 
81
  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"],