Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -587,7 +587,7 @@ If a section is not present in the document, skip it without guessing. Keep lang
|
|
| 587 |
# Step 3: Ask Questions
|
| 588 |
st.subheader("Step 3: Ask Questions")
|
| 589 |
st.write("Select Q&A Language:")
|
| 590 |
-
qa_language_options = ["English", "Hindi", "Urdu", "Spanish", "French", "
|
| 591 |
qa_language = st.radio(
|
| 592 |
"",
|
| 593 |
qa_language_options,
|
|
@@ -611,7 +611,7 @@ else:
|
|
| 611 |
# Step 4: Multi-Agent Story Explorer
|
| 612 |
st.subheader("Step 5: Explore Subtopics via Stories")
|
| 613 |
st.write("Select Story Language:")
|
| 614 |
-
story_language_options = ["English", "Hindi", "Urdu", "Spanish", "French", "
|
| 615 |
story_language = st.radio(
|
| 616 |
"",
|
| 617 |
story_language_options,
|
|
@@ -654,7 +654,7 @@ if st.button("Run Story Graph"):
|
|
| 654 |
# Step 5: Generate Podcast
|
| 655 |
st.subheader("Step 4: Generate Podcast")
|
| 656 |
st.write("Select Podcast Language:")
|
| 657 |
-
podcast_language_options = ["English", "Hindi", "Urdu", "Spanish", "French", "
|
| 658 |
podcast_language = st.radio(
|
| 659 |
"",
|
| 660 |
podcast_language_options,
|
|
|
|
| 587 |
# Step 3: Ask Questions
|
| 588 |
st.subheader("Step 3: Ask Questions")
|
| 589 |
st.write("Select Q&A Language:")
|
| 590 |
+
qa_language_options = ["English", "Hindi", "Urdu", "Spanish", "French", "Chinese", "Japanese"]
|
| 591 |
qa_language = st.radio(
|
| 592 |
"",
|
| 593 |
qa_language_options,
|
|
|
|
| 611 |
# Step 4: Multi-Agent Story Explorer
|
| 612 |
st.subheader("Step 5: Explore Subtopics via Stories")
|
| 613 |
st.write("Select Story Language:")
|
| 614 |
+
story_language_options = ["English", "Hindi", "Urdu", "Spanish", "French", "Chinese", "Japanese"]
|
| 615 |
story_language = st.radio(
|
| 616 |
"",
|
| 617 |
story_language_options,
|
|
|
|
| 654 |
# Step 5: Generate Podcast
|
| 655 |
st.subheader("Step 4: Generate Podcast")
|
| 656 |
st.write("Select Podcast Language:")
|
| 657 |
+
podcast_language_options = ["English", "Hindi", "Urdu", "Spanish", "French", "Chinese", "Japanese"]
|
| 658 |
podcast_language = st.radio(
|
| 659 |
"",
|
| 660 |
podcast_language_options,
|