Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -155,7 +155,8 @@ with gr.Blocks() as demo:
|
|
| 155 |
file_count="multiple"
|
| 156 |
)
|
| 157 |
gr.Textbox(label="π
Tanggal Keberangkatan", value=str(datetime.date.today())),
|
| 158 |
-
gr.Textbox(label="π
Tanggal Kepulangan", value=str(datetime.date.today() + datetime.timedelta(days=
|
|
|
|
| 159 |
run_btn = gr.Button("π Run Analysis")
|
| 160 |
output = gr.Textbox(label="π Summary Result", lines=20)
|
| 161 |
run_btn.click(fn=main_process, inputs=[file_input, tanggal_berangkat, tanggal_pulang], outputs=output)
|
|
|
|
| 155 |
file_count="multiple"
|
| 156 |
)
|
| 157 |
gr.Textbox(label="π
Tanggal Keberangkatan", value=str(datetime.date.today())),
|
| 158 |
+
gr.Textbox(label="π
Tanggal Kepulangan", value=str(datetime.date.today() + datetime.timedelta(days=15))
|
| 159 |
+
)
|
| 160 |
run_btn = gr.Button("π Run Analysis")
|
| 161 |
output = gr.Textbox(label="π Summary Result", lines=20)
|
| 162 |
run_btn.click(fn=main_process, inputs=[file_input, tanggal_berangkat, tanggal_pulang], outputs=output)
|