Spaces:
Sleeping
Sleeping
Update app.py
#2
by
iqra785
- opened
app.py
CHANGED
@@ -85,7 +85,7 @@ 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 |
This application helps you process text by summarizing content,
|
91 |
extracting main points
|
|
|
85 |
st.session_state.flashcards = ""
|
86 |
|
87 |
# Display the title and introduction
|
88 |
+
st.title("Text Craft AI")
|
89 |
st.write("""
|
90 |
This application helps you process text by summarizing content,
|
91 |
extracting main points
|