sohampawar1030 commited on
Commit
2ccebdf
Β·
verified Β·
1 Parent(s): 26d5b6e

Update legal_document_analysis.py

Browse files
Files changed (1) hide show
  1. legal_document_analysis.py +1 -4
legal_document_analysis.py CHANGED
@@ -534,10 +534,7 @@ def display_feedback_form():
534
 
535
  # Main function to display the legal analysis page
536
  def display_legal_analysis_page():
537
- st.title("πŸ“œ Gray abstract line
538
- Advanced AI-Driven Legal
539
- Document Summarization and
540
- Risk Assessment")
541
 
542
  uploaded_file = st.file_uploader("Upload your legal document (PDF or DOCX)", type=["pdf", "docx"])
543
  if uploaded_file:
 
534
 
535
  # Main function to display the legal analysis page
536
  def display_legal_analysis_page():
537
+ st.title("πŸ“œ Advanced AI-Driven Legal Document Summarization and Risk Assessment")
 
 
 
538
 
539
  uploaded_file = st.file_uploader("Upload your legal document (PDF or DOCX)", type=["pdf", "docx"])
540
  if uploaded_file: