No1r97 commited on
Commit
a54d7cf
·
1 Parent(s): 1eb3cc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- gradio.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."
 
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."