ZeroCommand commited on
Commit
aaa034c
1 Parent(s): 64f50dd

add every for logs textbox

Browse files
Files changed (1) hide show
  1. text_classification_ui_helpers.py +1 -1
text_classification_ui_helpers.py CHANGED
@@ -175,7 +175,7 @@ def try_submit(m_id, d_id, config, split, local):
175
 
176
  return (
177
  gr.update(interactive=False),
178
- gr.update(value=get_logs_file(uid), visible=True, interactive=False))
179
 
180
  else:
181
  gr.Info("TODO: Submit task to an endpoint")
 
175
 
176
  return (
177
  gr.update(interactive=False),
178
+ gr.update(value=get_logs_file(uid), visible=True, interactive=False, every=5))
179
 
180
  else:
181
  gr.Info("TODO: Submit task to an endpoint")