Mr-Vicky-01 commited on
Commit
e7d4759
1 Parent(s): 7006729

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -104,7 +104,6 @@ for message in st.session_state.messages:
104
  with st.sidebar:
105
  st.title("Menu:")
106
  uploaded_file = st.file_uploader("Upload your PDF Files and Click on the Submit & Process Button")
107
- uploaded_url = st.text_input("Enter the Documentation URL: ")
108
  video_url = st.text_input("Enter Youtube Video Link: ")
109
  if st.button("Submit & Process"):
110
  with st.spinner("Processing..."):
 
104
  with st.sidebar:
105
  st.title("Menu:")
106
  uploaded_file = st.file_uploader("Upload your PDF Files and Click on the Submit & Process Button")
 
107
  video_url = st.text_input("Enter Youtube Video Link: ")
108
  if st.button("Submit & Process"):
109
  with st.spinner("Processing..."):