kim368882 commited on
Commit
8c7a8b8
·
verified ·
1 Parent(s): e881701

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -616,10 +616,10 @@ with gr.Blocks() as 리뷰추이_분석:
616
 
617
  outputs = [
618
  gr.File(label="세부분석 자료를 다운받으세요(Excel파일)"),
619
- gr.Image(label="최근3년간 월별 리뷰추이"),
620
- gr.Image(label="최근 년도별 리뷰추이"),
621
- gr.Image(label="선택년도 월 리뷰추이"),
622
- gr.Image(label="선택년도 일일 리뷰추이"),
623
  ]
624
 
625
  analyze_button.click(predict, inputs=[file_input, year_selection], outputs=outputs)
 
616
 
617
  outputs = [
618
  gr.File(label="세부분석 자료를 다운받으세요(Excel파일)"),
619
+ gr.File(label="최근3년간 월별 리뷰추이"),
620
+ gr.File(label="최근 년도별 리뷰추이"),
621
+ gr.File(label="선택년도 월 리뷰추이"),
622
+ gr.File(label="선택년도 일일 리뷰추이"),
623
  ]
624
 
625
  analyze_button.click(predict, inputs=[file_input, year_selection], outputs=outputs)