Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -263,7 +263,7 @@ demo = gr.Interface(
|
|
263 |
label="n_weeks",
|
264 |
info="Information of the past n weeks will be utilized, choose between 1 and 4"
|
265 |
),
|
266 |
-
|
267 |
label="Use Latest Financial Basics",
|
268 |
value=False,
|
269 |
info="If checked, the latest quarterly reported financial basics of the company is taken into account."
|
|
|
263 |
label="n_weeks",
|
264 |
info="Information of the past n weeks will be utilized, choose between 1 and 4"
|
265 |
),
|
266 |
+
gr.Checkbox(
|
267 |
label="Use Latest Financial Basics",
|
268 |
value=False,
|
269 |
info="If checked, the latest quarterly reported financial basics of the company is taken into account."
|