bushra1dajam commited on
Commit
ed8a4ed
·
verified ·
1 Parent(s): 9bc5f70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ def generate_summary(text):
107
 
108
  # Function for the summarization page
109
  def summarization_page():
110
- st.title("Text Summarization with OpenAI GPT")
111
  st.write("Enter text below and click 'Summarize' to generate a summary.")
112
 
113
  # Text input from user
 
107
 
108
  # Function for the summarization page
109
  def summarization_page():
110
+ st.title("Text Summarization")
111
  st.write("Enter text below and click 'Summarize' to generate a summary.")
112
 
113
  # Text input from user