Spaces:
Running
Running
Commit
·
6045b1c
1
Parent(s):
43ddc04
9.1
Browse files
app.py
CHANGED
@@ -77,8 +77,9 @@ def create_interface():
|
|
77 |
download_button = gr.Button("導出 CSV")
|
78 |
|
79 |
# Output for displaying results
|
80 |
-
output = gr.HTML(label="查詢結果")
|
81 |
csv_data = gr.State() # Temporary state to store DataFrame
|
|
|
|
|
82 |
|
83 |
# Handle fetch and display
|
84 |
def handle_query(date, category, type_, unit_name, unit_id, job_number, name):
|
|
|
77 |
download_button = gr.Button("導出 CSV")
|
78 |
|
79 |
# Output for displaying results
|
|
|
80 |
csv_data = gr.State() # Temporary state to store DataFrame
|
81 |
+
output = gr.HTML(label="查詢結果")
|
82 |
+
|
83 |
|
84 |
# Handle fetch and display
|
85 |
def handle_query(date, category, type_, unit_name, unit_id, job_number, name):
|