Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ def gradio_interface(query, locations, time_filter):
|
|
95 |
iface = gr.Interface(
|
96 |
fn=gradio_interface,
|
97 |
inputs=[
|
98 |
-
gr.Textbox(label="Job Query", placeholder="e.g., Data Scientist", value="
|
99 |
gr.Textbox(label="Locations (comma-separated)", placeholder="e.g., United States, India", value="United States, United Kingdom, India"),
|
100 |
gr.Dropdown(
|
101 |
label="Time Filter",
|
|
|
95 |
iface = gr.Interface(
|
96 |
fn=gradio_interface,
|
97 |
inputs=[
|
98 |
+
gr.Textbox(label="Job Query", placeholder="e.g., Data Scientist", value="Blockchain developers"),
|
99 |
gr.Textbox(label="Locations (comma-separated)", placeholder="e.g., United States, India", value="United States, United Kingdom, India"),
|
100 |
gr.Dropdown(
|
101 |
label="Time Filter",
|