Update app.py
Browse files
app.py
CHANGED
|
@@ -240,9 +240,9 @@ with st.sidebar:
|
|
| 240 |
)
|
| 241 |
st.markdown("### Steps:")
|
| 242 |
st.markdown("1. Upload documents.")
|
| 243 |
-
st.markdown("2. Generate
|
| 244 |
st.markdown("3. Ask questions.")
|
| 245 |
-
st.markdown("4. Create
|
| 246 |
|
| 247 |
# Streamlit UI
|
| 248 |
# Sidebar
|
|
|
|
| 240 |
)
|
| 241 |
st.markdown("### Steps:")
|
| 242 |
st.markdown("1. Upload documents.")
|
| 243 |
+
st.markdown("2. Generate summary.")
|
| 244 |
st.markdown("3. Ask questions.")
|
| 245 |
+
st.markdown("4. Create podcast.")
|
| 246 |
|
| 247 |
# Streamlit UI
|
| 248 |
# Sidebar
|