Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -95,10 +95,10 @@ def main():
|
|
95 |
|
96 |
st.header("Chat with a Bot 🤖🦾 that tries to answer questions about multiple PDFs :books:")
|
97 |
user_question = st.text_input("Ask a question about your documents:")
|
98 |
-
|
99 |
|
100 |
if user_question:
|
101 |
-
handle_userinput(
|
102 |
|
103 |
|
104 |
with st.sidebar:
|
|
|
95 |
|
96 |
st.header("Chat with a Bot 🤖🦾 that tries to answer questions about multiple PDFs :books:")
|
97 |
user_question = st.text_input("Ask a question about your documents:")
|
98 |
+
|
99 |
|
100 |
if user_question:
|
101 |
+
handle_userinput(user_question)
|
102 |
|
103 |
|
104 |
with st.sidebar:
|