Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -107,7 +107,7 @@ def main(class_area_codes):
|
|
| 107 |
JST = timezone(timedelta(hours=9))
|
| 108 |
current_time_japan = datetime.now(JST).strftime('%Y-%m-%d %H:%M:%S')
|
| 109 |
|
| 110 |
-
return f"現在時
|
| 111 |
|
| 112 |
iface = gr.Interface(
|
| 113 |
fn=main,
|
|
|
|
| 107 |
JST = timezone(timedelta(hours=9))
|
| 108 |
current_time_japan = datetime.now(JST).strftime('%Y-%m-%d %H:%M:%S')
|
| 109 |
|
| 110 |
+
return "\n\n".join(results) + f"\n\n現在の日本時間: {current_time_japan}\n\n{alert_message}"
|
| 111 |
|
| 112 |
iface = gr.Interface(
|
| 113 |
fn=main,
|