WhiskeyCorridor commited on
Commit
87f81ee
1 Parent(s): 9cf956d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ st.title("PDF-Chatbot")
10
  st.write("Chat with your PDF documents!")
11
  st.write("Powered by Llama2")
12
  st.write("Made by Team John Snow")
 
13
 
14
  # Create a file uploader in the sidebar
15
  # Membuat sidebar dimana file pdf yang akan digunakan oleh chatbot bisa diupload
 
10
  st.write("Chat with your PDF documents!")
11
  st.write("Powered by Llama2")
12
  st.write("Made by Team John Snow")
13
+ st.write("Please reset before uploading a new file")
14
 
15
  # Create a file uploader in the sidebar
16
  # Membuat sidebar dimana file pdf yang akan digunakan oleh chatbot bisa diupload