Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -85,9 +85,9 @@ if 'flashcards' not in st.session_state:
|
|
85 |
st.session_state.flashcards = ""
|
86 |
|
87 |
# Display the title and introduction
|
88 |
-
st.title("
|
89 |
st.write("""
|
90 |
-
Welcome to the
|
91 |
extracting main points, and creating flashcards. Follow the instructions to enter your text and generate content.
|
92 |
""")
|
93 |
|
|
|
85 |
st.session_state.flashcards = ""
|
86 |
|
87 |
# Display the title and introduction
|
88 |
+
st.title("InsightStarfleet")
|
89 |
st.write("""
|
90 |
+
Welcome to the InsightStarfleet! This application helps you process text by summarizing content,
|
91 |
extracting main points, and creating flashcards. Follow the instructions to enter your text and generate content.
|
92 |
""")
|
93 |
|