Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ def find_paper_in_sheet(paper_id):
|
|
93 |
# 該当する行がない場合はNoneを返す
|
94 |
return None
|
95 |
|
96 |
-
def gradio_interface():
|
97 |
# 「Today」ボタンが押されたかどうかをチェック
|
98 |
if today_pressed:
|
99 |
# 「Today」ボタンが押された場合、現在の日付を使用
|
|
|
93 |
# 該当する行がない場合はNoneを返す
|
94 |
return None
|
95 |
|
96 |
+
def gradio_interface(selected_date, today_pressed):
|
97 |
# 「Today」ボタンが押されたかどうかをチェック
|
98 |
if today_pressed:
|
99 |
# 「Today」ボタンが押された場合、現在の日付を使用
|