Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1039,10 +1039,10 @@ with gr.Blocks(title="통합 조위 예측 시스템", theme=gr.themes.Soft()) a
|
|
| 1039 |
api_name="extremes"
|
| 1040 |
)
|
| 1041 |
with gr.TabItem("📜 과거 데이터"):
|
| 1042 |
-
|
| 1043 |
-
|
| 1044 |
-
|
| 1045 |
-
|
| 1046 |
|
| 1047 |
with gr.Row():
|
| 1048 |
with gr.Column():
|
|
|
|
| 1039 |
api_name="extremes"
|
| 1040 |
)
|
| 1041 |
with gr.TabItem("📜 과거 데이터"):
|
| 1042 |
+
gr.Markdown("""
|
| 1043 |
+
### 과거 조위 데이터 조회
|
| 1044 |
+
특정 날짜의 조위 정보를 확인할 수 있습니다.
|
| 1045 |
+
""")
|
| 1046 |
|
| 1047 |
with gr.Row():
|
| 1048 |
with gr.Column():
|