sheonhan commited on
Commit
6a6e05c
1 Parent(s): 8cb7546

Still return tab without query params

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -401,6 +401,8 @@ def search_table(df, query):
401
  def change_tab(query_param):
402
  if query_param == "{'tab': 'evaluation'}":
403
  return gr.Tabs.update(selected=1)
 
 
404
 
405
  custom_css = """
406
  #changelog-text {
 
401
  def change_tab(query_param):
402
  if query_param == "{'tab': 'evaluation'}":
403
  return gr.Tabs.update(selected=1)
404
+ else:
405
+ return gr.Tabs.update(selected=0)
406
 
407
  custom_css = """
408
  #changelog-text {