Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -86,7 +86,7 @@ def main(): | |
| 86 | 
             
                with st.chat_message("User"):
         | 
| 87 | 
             
                    st.write(user_question)
         | 
| 88 | 
             
                if user_question:
         | 
| 89 | 
            -
                    handle_userinput(user_question | 
| 90 |  | 
| 91 |  | 
| 92 | 
             
            def handle_userinput(user_question):
         | 
|  | |
| 86 | 
             
                with st.chat_message("User"):
         | 
| 87 | 
             
                    st.write(user_question)
         | 
| 88 | 
             
                if user_question:
         | 
| 89 | 
            +
                    handle_userinput(user_question)
         | 
| 90 |  | 
| 91 |  | 
| 92 | 
             
            def handle_userinput(user_question):
         |