DrishtiSharma commited on
Commit
3ea9dc4
·
verified ·
1 Parent(s): 4aad40a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -12
app.py CHANGED
@@ -264,18 +264,18 @@ with st.sidebar:
264
 
265
  # Streamlit UI
266
  # Sidebar
267
- with st.sidebar:
268
- st.title("About")
269
- st.markdown(
270
- """
271
- This app is inspired by the [RAG_HW HuggingFace Space](https://huggingface.co/spaces/wint543/RAG_HW).
272
- It allows users to:
273
- 1. Upload and process documents
274
- 2. Generate summaries
275
- 3. Ask questions
276
- 4. Create podcasts
277
- """
278
- )
279
 
280
  # Main App
281
  st.title("Document Analyzer and Podcast Generator")
 
264
 
265
  # Streamlit UI
266
  # Sidebar
267
+ #with st.sidebar:
268
+ #st.title("About")
269
+ #st.markdown(
270
+ #"""
271
+ #This app is inspired by the [RAG_HW HuggingFace Space](https://huggingface.co/spaces/wint543/RAG_HW).
272
+ #It allows users to:
273
+ #1. Upload and process documents
274
+ #2. Generate summaries
275
+ #3. Ask questions
276
+ #4. Create podcasts
277
+ #"""
278
+ #)
279
 
280
  # Main App
281
  st.title("Document Analyzer and Podcast Generator")