No1r97 commited on
Commit
835cde3
1 Parent(s): 927b6fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -82,7 +82,11 @@ demo = gr.Interface(
82
  info="Information of the past n weeks will be utilized, choose between 1 and 4"
83
  )
84
  ],
85
- outputs="Response"
 
 
 
 
86
  )
87
 
88
  demo.launch()
 
82
  info="Information of the past n weeks will be utilized, choose between 1 and 4"
83
  )
84
  ],
85
+ outputs=[
86
+ gr.Textbox(
87
+ label="Response"
88
+ )
89
+ ]
90
  )
91
 
92
  demo.launch()