DrishtiSharma commited on
Commit
b8557eb
·
verified ·
1 Parent(s): 25ddd53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -651,8 +651,6 @@ if st.button("Run Story Graph"):
651
  st.warning("No stories were generated.")
652
 
653
 
654
-
655
-
656
  # Step 5: Generate Podcast
657
  st.subheader("Step 4: Generate Podcast")
658
  st.write("Select Podcast Language:")
@@ -684,3 +682,5 @@ if st.session_state.rag_system.document_summary:
684
  st.error(script)
685
  else:
686
  st.info("Please process documents and generate summary before creating a podcast.")
 
 
 
651
  st.warning("No stories were generated.")
652
 
653
 
 
 
654
  # Step 5: Generate Podcast
655
  st.subheader("Step 4: Generate Podcast")
656
  st.write("Select Podcast Language:")
 
682
  st.error(script)
683
  else:
684
  st.info("Please process documents and generate summary before creating a podcast.")
685
+
686
+