Spaces:
Sleeping
Sleeping
typo
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ with gr.Blocks() as demo:
|
|
128 |
gr.Markdown(text)
|
129 |
|
130 |
with gr.Column(min_width=320):
|
131 |
-
search_bar = gr.Textbox(placeholder="🔍 Search for a author or a
|
132 |
|
133 |
|
134 |
df_clickable = to_clickable(df)
|
|
|
128 |
gr.Markdown(text)
|
129 |
|
130 |
with gr.Column(min_width=320):
|
131 |
+
search_bar = gr.Textbox(placeholder="🔍 Search for a author or a specific model", show_label=False)
|
132 |
|
133 |
|
134 |
df_clickable = to_clickable(df)
|