DemiPoto commited on
Commit
a88c048
·
verified ·
1 Parent(s): eb1b963

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -381,15 +381,16 @@ def fonc_start(id_session,id_module):
381
  print(f"\n {num_task_undo} tasks undo\n")
382
  return result
383
 
384
- def test_start(s):
385
  if s == "11111":
386
  return gr.Textbox(s)
387
  else:
388
  print(s)
389
  return gr.Textbox(s+"1")
390
  #return None
391
- def test_change():
392
  print("go\n")
 
393
 
394
  def make_me():
395
  with gr.Column():
 
381
  print(f"\n {num_task_undo} tasks undo\n")
382
  return result
383
 
384
+ def test_change(s):
385
  if s == "11111":
386
  return gr.Textbox(s)
387
  else:
388
  print(s)
389
  return gr.Textbox(s+"1")
390
  #return None
391
+ def test_start(s):
392
  print("go\n")
393
+ return gr.Textbox(s+"1")
394
 
395
  def make_me():
396
  with gr.Column():