Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -16,16 +16,16 @@ def handle_input(file, raw_text):
|
|
16 |
content = raw_text
|
17 |
else:
|
18 |
return "Please upload a contract or paste text.", "", {}, [], ""
|
19 |
-
|
20 |
return content, "", {}, [], ""
|
21 |
|
22 |
with gr.Blocks(title="SYNCLM β AI Contract Intelligence Demo") as demo:
|
23 |
-
gr.Markdown("#
|
24 |
gr.Markdown(
|
25 |
"""
|
26 |
-
|
27 |
-
|
28 |
-
|
|
|
29 |
"""
|
30 |
)
|
31 |
|
|
|
16 |
content = raw_text
|
17 |
else:
|
18 |
return "Please upload a contract or paste text.", "", {}, [], ""
|
|
|
19 |
return content, "", {}, [], ""
|
20 |
|
21 |
with gr.Blocks(title="SYNCLM β AI Contract Intelligence Demo") as demo:
|
22 |
+
gr.Markdown("# π SYNCLM: Contract Lifecycle Management Reimagined")
|
23 |
gr.Markdown(
|
24 |
"""
|
25 |
+
Experience **Innovation and Transformation**
|
26 |
+
through smart, secure and streamlined contract intelligence.
|
27 |
+
|
28 |
+
Upload a document or paste its contents below. Then activate your insights.
|
29 |
"""
|
30 |
)
|
31 |
|