Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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")
|