mandrx commited on
Commit
deb16c0
1 Parent(s): 2c3222a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -180,7 +180,7 @@ Ask any question from the uploaded documents and Pinecone will retrieve the cont
180
  unsafe_allow_html=True,
181
  )
182
 
183
- Sidebar
184
  st.sidebar.header("Options")
185
  st.sidebar.write("## File Upload:")
186
  data_files = st.sidebar.file_uploader(
 
180
  unsafe_allow_html=True,
181
  )
182
 
183
+ # Sidebar
184
  st.sidebar.header("Options")
185
  st.sidebar.write("## File Upload:")
186
  data_files = st.sidebar.file_uploader(