DrishtiSharma commited on
Commit
3dcd363
·
verified ·
1 Parent(s): 3d3ad30

Update good_progress.py

Browse files
Files changed (1) hide show
  1. good_progress.py +2 -2
good_progress.py CHANGED
@@ -548,7 +548,7 @@ else:
548
 
549
 
550
  # Step 4: Multi-Agent Story Explorer
551
- st.subheader("Step 5: Explore Subtopics via Multi-Agent Graph")
552
  story_topic = st.text_input("Enter main topic:", value="Machine Learning")
553
  story_context = st.text_input("Enter learning context:", value="Education")
554
 
@@ -575,7 +575,7 @@ if st.button("Run Story Graph"):
575
 
576
 
577
  # Step 5: Generate Podcast
578
- st.subheader("Step 4: Generate Podcast")
579
  st.write("Select Podcast Language:")
580
  podcast_language_options = ["English", "Hindi", "Spanish", "French", "German", "Chinese", "Japanese"]
581
  podcast_language = st.radio(
 
548
 
549
 
550
  # Step 4: Multi-Agent Story Explorer
551
+ st.subheader("Step 4: Explore Subtopics via Multi-Agent Graph")
552
  story_topic = st.text_input("Enter main topic:", value="Machine Learning")
553
  story_context = st.text_input("Enter learning context:", value="Education")
554
 
 
575
 
576
 
577
  # Step 5: Generate Podcast
578
+ st.subheader("Step 5: Generate Podcast")
579
  st.write("Select Podcast Language:")
580
  podcast_language_options = ["English", "Hindi", "Spanish", "French", "German", "Chinese", "Japanese"]
581
  podcast_language = st.radio(