mfraz commited on
Commit
4c284da
Β·
verified Β·
1 Parent(s): 6119c01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from docx import Document
6
  from sentence_transformers import SentenceTransformer
7
 
8
  # Initialize Groq API Client
9
- client = Groq(api_key=os.environ.get("Groq-Api"))
10
 
11
  # Title with Book Icon
12
  st.title("πŸ“– A&Q From a File")
 
6
  from sentence_transformers import SentenceTransformer
7
 
8
  # Initialize Groq API Client
9
+ client = Groq(api_key=os.environ.get("Groq_Api"))
10
 
11
  # Title with Book Icon
12
  st.title("πŸ“– A&Q From a File")