Arfa-ilyas commited on
Commit
3af7c5f
·
verified ·
1 Parent(s): ca3e6d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ import streamlit as st
45
 
46
 
47
  # Set up the headers with the Bearer token
48
- headers = {"Authorization": f"Bearer {groq_api}"}
49
 
50
 
51
  # Query the API
 
45
 
46
 
47
  # Set up the headers with the Bearer token
48
+ headers = {"Authorization": f"Bearer {api_key}"}
49
 
50
 
51
  # Query the API