awacke1 commited on
Commit
376619b
1 Parent(s): f1c52f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)