ginipick commited on
Commit
1e93ae9
Β·
verified Β·
1 Parent(s): 8eda373

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -45,8 +45,8 @@ RESPONSE_STYLES = {
45
  # Example search queries
46
  EXAMPLE_QUERIES = {
47
  "example1": "μŒ€ 가격 μΆ”μ„Έ 및 ν–₯ν›„ 6κ°œμ›” 전망을 λΆ„μ„ν•΄μ£Όμ„Έμš”",
48
- "example2": "κΈ°ν›„ λ³€ν™”λŠ” ν•œκ΅­ μ±„μ†Œ 생산에 μ–΄λ–€ 영ν–₯을 λ―ΈμΉ˜λ‚˜μš”?",
49
- "example3": "세계 곑물 μ‹œμž₯ 동ν–₯κ³Ό κ΅­λ‚΄ μ‹λŸ‰ μ•ˆλ³΄μ— λ―ΈμΉ˜λŠ” 영ν–₯은?"
50
  }
51
 
52
  # ──────────────────────────────── Logging ────────────────────────────────
@@ -755,7 +755,7 @@ def agricultural_price_forecast_app():
755
  process_example(EXAMPLE_QUERIES["example1"])
756
  if c2.button("κΈ°ν›„ 영ν–₯", key="ex2"):
757
  process_example(EXAMPLE_QUERIES["example2"])
758
- if c3.button("곑물 μ‹œμž₯", key="ex3"):
759
  process_example(EXAMPLE_QUERIES["example3"])
760
 
761
  sb.subheader("기타 μ„€μ •")
 
45
  # Example search queries
46
  EXAMPLE_QUERIES = {
47
  "example1": "μŒ€ 가격 μΆ”μ„Έ 및 ν–₯ν›„ 6κ°œμ›” 전망을 λΆ„μ„ν•΄μ£Όμ„Έμš”",
48
+ "example2": "κΈ°ν›„ λ³€ν™”λ‘œ ν•œκ΅­ 과일 생산 μ „λž΅κ³Ό μˆ˜μš” 예츑 λ³΄κ³ μ„œλ₯Ό μž‘μ„±ν•˜λΌ.",
49
+ "example3": "2025λ…„λΆ€ν„° 2030λ…„κΉŒμ§€ 좩뢁 μ¦ν‰κ΅°μ—μ„œ μž¬λ°°ν•˜λ©΄ μœ λ§ν•œ μž‘λ¬Όμ€? μˆ˜μ΅μ„±κ³Ό 관리성이 μ’‹μ•„μ•Όν•œλ‹€"
50
  }
51
 
52
  # ──────────────────────────────── Logging ────────────────────────────────
 
755
  process_example(EXAMPLE_QUERIES["example1"])
756
  if c2.button("κΈ°ν›„ 영ν–₯", key="ex2"):
757
  process_example(EXAMPLE_QUERIES["example2"])
758
+ if c3.button("증평ꡰ μž‘λ¬Ό", key="ex3"):
759
  process_example(EXAMPLE_QUERIES["example3"])
760
 
761
  sb.subheader("기타 μ„€μ •")