Update app.py
Browse files
app.py
CHANGED
@@ -616,10 +616,10 @@ with gr.Blocks() as 리뷰추이_분석:
|
|
616 |
|
617 |
outputs = [
|
618 |
gr.File(label="세부분석 자료를 다운받으세요(Excel파일)"),
|
619 |
-
gr.
|
620 |
-
gr.
|
621 |
-
gr.
|
622 |
-
gr.
|
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)
|