EE21 commited on
Commit
99ba17a
1 Parent(s): c68f9df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def load_pdf(file):
34
 
35
  # Main app
36
  def main():
37
- st.title("Terms of Service Summarizer")
38
 
39
  # Layout: 3 columns
40
  col1, col2, col3 = st.columns([1, 3, 2], gap="large")
 
34
 
35
  # Main app
36
  def main():
37
+ st.title("QuickToS - Terms of Service Summarizer")
38
 
39
  # Layout: 3 columns
40
  col1, col2, col3 = st.columns([1, 3, 2], gap="large")