singhankur01 commited on
Commit
85754bc
·
verified ·
1 Parent(s): 3c0a8ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -177,6 +177,7 @@ Step 3 – **Final Output**:
177
  app = FastAPI(title="HackRX RAG Server", lifespan=lifespan)
178
 
179
  def store_secret(url: str):
 
180
  url_c = url
181
  r = requests.get(url_c)
182
  r.raise_for_status()
 
177
  app = FastAPI(title="HackRX RAG Server", lifespan=lifespan)
178
 
179
  def store_secret(url: str):
180
+ global secret
181
  url_c = url
182
  r = requests.get(url_c)
183
  r.raise_for_status()