Update app.py
Browse files
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
|
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"],
|