ll7098ll commited on
Commit
c122d86
·
verified ·
1 Parent(s): bc8835d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ st.markdown(
84
  st.markdown("<div class='main-title'>AI 튜터 🎓</div>", unsafe_allow_html=True)
85
 
86
  # 모델 설정
87
- model_options = ["gemini-2.0-flash-exp", "gemini-2.0-flash-thinking-exp-01-21"]
88
  selected_model_name = st.sidebar.selectbox("사용할 모델을 선택하세요:", model_options)
89
 
90
  # 초등학교 학년 선택
 
84
  st.markdown("<div class='main-title'>AI 튜터 🎓</div>", unsafe_allow_html=True)
85
 
86
  # 모델 설정
87
+ model_options = ["gemini-2.0-flash", "gemini-2.0-flash-thinking-exp-01-21"]
88
  selected_model_name = st.sidebar.selectbox("사용할 모델을 선택하세요:", model_options)
89
 
90
  # 초등학교 학년 선택