SCBconsulting commited on
Commit
3de8d26
Β·
verified Β·
1 Parent(s): 404a876

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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("# πŸ€– SYNCLM – AI Contract Intelligence Demo")
24
  gr.Markdown(
25
  """
26
- Welcome to **SYNCLM**, your smart contract analysis assistant.
27
- Upload a legal document or paste text.
28
- Then click buttons below to extract intelligence from it.
 
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