LilithHu commited on
Commit
4c3b5cd
·
verified ·
1 Parent(s): 82b1c61

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -69,7 +69,7 @@ else:
69
  st.markdown("---")
70
 
71
  # ====================== 用户输入 ======================
72
- user_text = st.text_area("Enter your message / 输入文本", height=150)
73
 
74
  # ====================== 推理函数 ======================
75
  def predict(text):
 
69
  st.markdown("---")
70
 
71
  # ====================== 用户输入 ======================
72
+ user_input = st.text_area("Enter your message / 输入文本", height=150)
73
 
74
  # ====================== 推理函数 ======================
75
  def predict(text):