Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -246,22 +246,9 @@ with st.sidebar:
|
|
| 246 |
st.markdown("4. Create podcast.")
|
| 247 |
|
| 248 |
# Streamlit UI
|
| 249 |
-
# Sidebar
|
| 250 |
-
#with st.sidebar:
|
| 251 |
-
#st.title("About")
|
| 252 |
-
#st.markdown(
|
| 253 |
-
#"""
|
| 254 |
-
#This app is inspired by the [RAG_HW HuggingFace Space](https://huggingface.co/spaces/wint543/RAG_HW).
|
| 255 |
-
#It allows users to:
|
| 256 |
-
#1. Upload and process documents
|
| 257 |
-
#2. Generate summary
|
| 258 |
-
#3. Ask questions
|
| 259 |
-
#4. Create podcasts
|
| 260 |
-
#"""
|
| 261 |
-
#)
|
| 262 |
-
|
| 263 |
-
# Main App
|
| 264 |
st.title("Document Analyzer & Podcast Generator")
|
|
|
|
|
|
|
| 265 |
|
| 266 |
# Step 1: Upload and Process Documents
|
| 267 |
st.subheader("Step 1: Upload and Process Documents")
|
|
|
|
| 246 |
st.markdown("4. Create podcast.")
|
| 247 |
|
| 248 |
# Streamlit UI
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 249 |
st.title("Document Analyzer & Podcast Generator")
|
| 250 |
+
st.image("./cover_image.png", use_container_width=True)
|
| 251 |
+
|
| 252 |
|
| 253 |
# Step 1: Upload and Process Documents
|
| 254 |
st.subheader("Step 1: Upload and Process Documents")
|