small update
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
import requests
|
3 |
|
4 |
# API credentials
|
5 |
-
API_KEY = "
|
6 |
API_HOST = "jsearch.p.rapidapi.com"
|
7 |
|
8 |
# Function to fetch job openings
|
|
|
2 |
import requests
|
3 |
|
4 |
# API credentials
|
5 |
+
API_KEY = "c1b9b6be0amsh11316ef9a922bdbp1789f5jsn18a0023eef11"
|
6 |
API_HOST = "jsearch.p.rapidapi.com"
|
7 |
|
8 |
# Function to fetch job openings
|