Spaces:
Sleeping
Sleeping
Update attempt2.py
Browse files- attempt2.py +2 -1
attempt2.py
CHANGED
|
@@ -474,13 +474,14 @@ with st.sidebar:
|
|
| 474 |
st.markdown("1. Upload documents.")
|
| 475 |
st.markdown("2. Generate summary.")
|
| 476 |
st.markdown("3. Ask questions.")
|
|
|
|
| 477 |
st.markdown("4. Create podcast.")
|
| 478 |
|
| 479 |
st.markdown("### Credits:")
|
| 480 |
st.markdown("Image Source: [Geeksforgeeks](https://www.geeksforgeeks.org/how-to-convert-document-into-podcast/)")
|
| 481 |
|
| 482 |
# Streamlit UI
|
| 483 |
-
st.title("
|
| 484 |
st.image("./cover_image_1.png", use_container_width=True)
|
| 485 |
|
| 486 |
# Embedding model selector (main screen)
|
|
|
|
| 474 |
st.markdown("1. Upload documents.")
|
| 475 |
st.markdown("2. Generate summary.")
|
| 476 |
st.markdown("3. Ask questions.")
|
| 477 |
+
st.markdown("2. Generate story.")
|
| 478 |
st.markdown("4. Create podcast.")
|
| 479 |
|
| 480 |
st.markdown("### Credits:")
|
| 481 |
st.markdown("Image Source: [Geeksforgeeks](https://www.geeksforgeeks.org/how-to-convert-document-into-podcast/)")
|
| 482 |
|
| 483 |
# Streamlit UI
|
| 484 |
+
st.title("Knowledge Explorer")
|
| 485 |
st.image("./cover_image_1.png", use_container_width=True)
|
| 486 |
|
| 487 |
# Embedding model selector (main screen)
|