Spaces:
Sleeping
Sleeping
Commit
·
8d79839
1
Parent(s):
8060e77
message
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ chatTextStr = st.text_input(f'Ask me anything about this {pdfCSVURLText}', '', p
|
|
54 |
chatWithPDFButton = "CLICK HERE TO START CHATTING"
|
55 |
if st.button(chatWithPDFButton, disabled=not enableChatBox and not chatTextStr): # Button Cliked
|
56 |
if genre==radioButtonList[4] and not isValidURL:
|
57 |
-
st.write(
|
58 |
print("Successfully processed files")
|
59 |
# else:
|
60 |
# pass
|
|
|
54 |
chatWithPDFButton = "CLICK HERE TO START CHATTING"
|
55 |
if st.button(chatWithPDFButton, disabled=not enableChatBox and not chatTextStr): # Button Cliked
|
56 |
if genre==radioButtonList[4] and not isValidURL:
|
57 |
+
st.write(urlInput)
|
58 |
print("Successfully processed files")
|
59 |
# else:
|
60 |
# pass
|