Hidayatmahar commited on
Commit
cda5a71
·
verified ·
1 Parent(s): 028f66b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  import openai
3
 
4
  # Set up OpenAI API key
5
- openai.api_key = "your-openai-api-key-here"
6
 
7
  # Function to generate the legal document using OpenAI
8
  def generate_legal_document(doc_type, terms, party_1, party_2):
 
2
  import openai
3
 
4
  # Set up OpenAI API key
5
+ openai.api_key = "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"
6
 
7
  # Function to generate the legal document using OpenAI
8
  def generate_legal_document(doc_type, terms, party_1, party_2):