Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -90,7 +90,7 @@ def main():
|
|
| 90 |
if user_question:
|
| 91 |
handle_userinput(user_question)
|
| 92 |
|
| 93 |
-
# Define the templates
|
| 94 |
|
| 95 |
with st.sidebar:
|
| 96 |
st.subheader("Your PDF documents")
|
|
|
|
| 90 |
if user_question:
|
| 91 |
handle_userinput(user_question)
|
| 92 |
|
| 93 |
+
# Define the templates
|
| 94 |
|
| 95 |
with st.sidebar:
|
| 96 |
st.subheader("Your PDF documents")
|