Spaces:
Sleeping
Sleeping
Commit
·
24b191e
1
Parent(s):
ef1eb58
updated pom file
Browse files
app.py
CHANGED
@@ -106,7 +106,6 @@ if st.button(chatWithPDFButton, disabled=not enableChatBox and not chatTextStr):
|
|
106 |
|
107 |
elif genre==radioButtonList[2]: # Custom PDF Upload
|
108 |
pdf_answer = pdf_chain.run(chatTextStr)
|
109 |
-
pdf_answer
|
110 |
st.write(pdf_answer)
|
111 |
|
112 |
elif genre==radioButtonList[3]: # Google Alphabet URL Earnings Report
|
|
|
106 |
|
107 |
elif genre==radioButtonList[2]: # Custom PDF Upload
|
108 |
pdf_answer = pdf_chain.run(chatTextStr)
|
|
|
109 |
st.write(pdf_answer)
|
110 |
|
111 |
elif genre==radioButtonList[3]: # Google Alphabet URL Earnings Report
|