Spaces:
Running
Running
Update good_progress.py
Browse files- 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
|
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
|
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(
|