Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -282,9 +282,9 @@ demo = gr.Interface(
|
|
| 282 |
info="Information of the past n weeks will be utilized, choose between 1 and 4"
|
| 283 |
),
|
| 284 |
gr.Checkbox(
|
| 285 |
-
label="Use Latest
|
| 286 |
value=False,
|
| 287 |
-
info="If checked, the latest quarterly reported
|
| 288 |
)
|
| 289 |
],
|
| 290 |
outputs=[
|
|
|
|
| 282 |
info="Information of the past n weeks will be utilized, choose between 1 and 4"
|
| 283 |
),
|
| 284 |
gr.Checkbox(
|
| 285 |
+
label="Use Latest Basic Financials",
|
| 286 |
value=False,
|
| 287 |
+
info="If checked, the latest quarterly reported basic financials of the company is taken into account."
|
| 288 |
)
|
| 289 |
],
|
| 290 |
outputs=[
|