ginipick commited on
Commit
2786b2d
Β·
verified Β·
1 Parent(s): 4a83dc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1095,7 +1095,7 @@ def keywords(text: str, top=5):
1095
 
1096
  # ──────────────────────────────── Streamlit UI ────────────────────────────
1097
  def agricultural_price_forecast_app():
1098
- st.title("농산물 μˆ˜μš” 및 가격 예츑 AI μ–΄μ‹œμŠ€ν„΄νŠΈ")
1099
  st.markdown("UN κΈ€λ‘œλ²Œ μ‹λŸ‰ 및 농업 톡계 데이터셋 뢄석 기반의 농산물 μ‹œμž₯ 예츑")
1100
 
1101
  if "ai_model" not in st.session_state:
 
1095
 
1096
  # ──────────────────────────────── Streamlit UI ────────────────────────────
1097
  def agricultural_price_forecast_app():
1098
+ st.title("Agriculture GPT")
1099
  st.markdown("UN κΈ€λ‘œλ²Œ μ‹λŸ‰ 및 농업 톡계 데이터셋 뢄석 기반의 농산물 μ‹œμž₯ 예츑")
1100
 
1101
  if "ai_model" not in st.session_state: