Spaces:
Sleeping
Sleeping
Commit
·
94f915f
1
Parent(s):
7888633
updated pom file
Browse files
app.py
CHANGED
@@ -88,9 +88,10 @@ if st.button(chatWithPDFButton, disabled=not enableChatBox and not chatTextStr):
|
|
88 |
st.write(answer)
|
89 |
|
90 |
elif genre==radioButtonList[1]: # Custom CSV Upload
|
91 |
-
|
92 |
elif genre==radioButtonList[2]: # Custom PDF Upload
|
93 |
-
|
94 |
elif genre==radioButtonList[3]: # Google Alphabet URL Earnings Report
|
95 |
-
|
96 |
elif genre==radioButtonList[4]: # Custom URL
|
|
|
|
88 |
st.write(answer)
|
89 |
|
90 |
elif genre==radioButtonList[1]: # Custom CSV Upload
|
91 |
+
pass
|
92 |
elif genre==radioButtonList[2]: # Custom PDF Upload
|
93 |
+
pass
|
94 |
elif genre==radioButtonList[3]: # Google Alphabet URL Earnings Report
|
95 |
+
pass
|
96 |
elif genre==radioButtonList[4]: # Custom URL
|
97 |
+
pass
|