Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ def SwarmyTime(data: List[Dict]) -> Dict:
|
|
81 |
with gr.Blocks() as demo:
|
82 |
gr.Markdown("## Search the Hugging Face Hub")
|
83 |
with gr.Row():
|
84 |
-
search_query = gr.Textbox(label="Search Query")
|
85 |
search_type = gr.Radio(["Models", "Datasets", "Spaces"], label="Search Type", value="Models")
|
86 |
search_button = gr.Button("Search")
|
87 |
results_df = gr.DataFrame(label="Search Results", wrap=True, interactive=True)
|
|
|
81 |
with gr.Blocks() as demo:
|
82 |
gr.Markdown("## Search the Hugging Face Hub")
|
83 |
with gr.Row():
|
84 |
+
search_query = gr.Textbox(label="Search Query", value="awacke1")
|
85 |
search_type = gr.Radio(["Models", "Datasets", "Spaces"], label="Search Type", value="Models")
|
86 |
search_button = gr.Button("Search")
|
87 |
results_df = gr.DataFrame(label="Search Results", wrap=True, interactive=True)
|