Update app.py
Browse files
app.py
CHANGED
@@ -156,7 +156,7 @@ def main():
|
|
156 |
|
157 |
|
158 |
|
159 |
-
def handle_userinput(user_question
|
160 |
|
161 |
if "chat_history" not in st.session_state:
|
162 |
st.session_state["chat_history"] = [
|
|
|
156 |
|
157 |
|
158 |
|
159 |
+
def handle_userinput(user_question ):
|
160 |
|
161 |
if "chat_history" not in st.session_state:
|
162 |
st.session_state["chat_history"] = [
|