myhs commited on
Commit
c4473e9
·
verified ·
1 Parent(s): 7659936

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -101,7 +101,7 @@ def show_results_tab(df, model_info, results):
101
  df.pop('TEMP')
102
  return df
103
 
104
- model_name.submit(fn=filter_df, inputs=[model_name,], outputs=df)
105
 
106
 
107
  with gr.Column():
@@ -112,7 +112,7 @@ def show_results_tab(df, model_info, results):
112
  column_widths=calculate_column_widths(df),
113
  )
114
 
115
-
116
 
117
  def create_interface():
118
  model_info, results = findfile()
 
101
  df.pop('TEMP')
102
  return df
103
 
104
+
105
 
106
 
107
  with gr.Column():
 
112
  column_widths=calculate_column_widths(df),
113
  )
114
 
115
+ model_name.submit(fn=filter_df, inputs=[model_name,], outputs=df)
116
 
117
  def create_interface():
118
  model_info, results = findfile()