jungwoo3490 commited on
Commit
48850a4
Β·
1 Parent(s): f081f03

edit app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -97,6 +97,8 @@ def get_conversation_chain(vectorstore):
97
  return conversation_chain
98
 
99
  # μ‚¬μš©μž μž…λ ₯을 μ²˜λ¦¬ν•˜λŠ” ν•¨μˆ˜μž…λ‹ˆλ‹€.
 
 
100
  def handle_userinput(user_question):
101
  # λŒ€ν™” 체인을 μ‚¬μš©ν•˜μ—¬ μ‚¬μš©μž μ§ˆλ¬Έμ— λŒ€ν•œ 응닡을 μƒμ„±ν•©λ‹ˆλ‹€.
102
  response = st.session_state.conversation({'question': user_question})
 
97
  return conversation_chain
98
 
99
  # μ‚¬μš©μž μž…λ ₯을 μ²˜λ¦¬ν•˜λŠ” ν•¨μˆ˜μž…λ‹ˆλ‹€.
100
+
101
+
102
  def handle_userinput(user_question):
103
  # λŒ€ν™” 체인을 μ‚¬μš©ν•˜μ—¬ μ‚¬μš©μž μ§ˆλ¬Έμ— λŒ€ν•œ 응닡을 μƒμ„±ν•©λ‹ˆλ‹€.
104
  response = st.session_state.conversation({'question': user_question})