markytools commited on
Commit
8d79839
·
1 Parent(s): 8060e77
Files changed (1) hide show
  1. app.py +1 -1
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('Invalid ULR. Please enter a valid URL.')
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