Update app.py
Browse files
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("
|
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:
|