DemiPoto commited on
Commit
22fee0c
·
verified ·
1 Parent(s): c2e4c0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -380,7 +380,7 @@ def fonc_start(id_session,id_module,s):
380
  for task in model_plus_tasks["task"]:
381
  num_task_undo+=1
382
  print(f"\n {num_task_undo} tasks undo\n")
383
- return result , gr.Textboc(s+"1")
384
 
385
  def test_change(s):
386
  if s == "11111":
 
380
  for task in model_plus_tasks["task"]:
381
  num_task_undo+=1
382
  print(f"\n {num_task_undo} tasks undo\n")
383
+ return result , gr.Textbox(s+"1")
384
 
385
  def test_change(s):
386
  if s == "11111":