osanseviero HF staff commited on
Commit
8164ebd
β€’
1 Parent(s): 37d2092

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -12
app.py CHANGED
@@ -7,18 +7,6 @@ with gr.Blocks() as demo:
7
  gr.Markdown("""<h1 align="center" id="space-title">Universities at Hugging Face</h1>""")
8
  gr.Markdown("""This is from November 10 2023, it's not automatically updated.""")
9
 
10
- with gr.Row():
11
- gr.Markdown("""
12
- ## Search your org
13
- Simply type your org to find the models
14
- """)
15
- with gr.Row():
16
- org_id = gr.Textbox(label= "Organization id")
17
- search_btn = gr.Button("Search the stats πŸ”Ž")
18
- reset_btn = gr.Button("Clear my search")
19
- env = gr.Variable(rl_env["rl_env"])
20
- grpath = gr.Variable(path_)
21
-
22
  gr_spaces = gr.Dataframe(df, interactive=False)
23
 
24
  demo.launch(debug=True)
 
7
  gr.Markdown("""<h1 align="center" id="space-title">Universities at Hugging Face</h1>""")
8
  gr.Markdown("""This is from November 10 2023, it's not automatically updated.""")
9
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  gr_spaces = gr.Dataframe(df, interactive=False)
11
 
12
  demo.launch(debug=True)