shoom013 commited on
Commit
4971c11
·
verified ·
1 Parent(s): a6e52a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -205,7 +205,7 @@ def rag(input_text, history, jezik, request: gr.Request): # , file):
205
  "response": response
206
  }
207
  headers = {
208
- "Authorization:" "Bearer " + API_SECRET,
209
  "Content-Type": "application/json"
210
  }
211
  try:
 
205
  "response": response
206
  }
207
  headers = {
208
+ "Authorization": "Bearer " + API_SECRET,
209
  "Content-Type": "application/json"
210
  }
211
  try: