iqra785 commited on
Commit
2fc01da
·
verified ·
1 Parent(s): 496c793

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("AI71 Text Processing Tool")
89
  st.write("""
90
- Welcome to the AI71 Text Processing Tool! 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
 
 
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