ninooo96 commited on
Commit
5f1312a
·
1 Parent(s): 14ad8e5

update translation on "search title" tab

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -166,7 +166,7 @@ def update_ui_labels(new_lang):
166
  gr.Tab(label=L("plot_search_tab", new_lang)),
167
  gr.Textbox(placeholder=L("plot_search_placeholder", new_lang)),
168
  gr.Button(value=L("plot_search_button", new_lang)),
169
- gr.Tab(label=L("title_search_tab", new_lang)),
170
  gr.Textbox(placeholder=L("title_search_placeholder", new_lang)),
171
  gr.Button(value=L("title_search_button", new_lang)),
172
  gr.Dataset(
 
166
  gr.Tab(label=L("plot_search_tab", new_lang)),
167
  gr.Textbox(placeholder=L("plot_search_placeholder", new_lang)),
168
  gr.Button(value=L("plot_search_button", new_lang)),
169
+ gr.Tab(label=L("title_search_tab", new_lang), visible = True),
170
  gr.Textbox(placeholder=L("title_search_placeholder", new_lang)),
171
  gr.Button(value=L("title_search_button", new_lang)),
172
  gr.Dataset(