Spaces:
Running
Running
Update app.py
Browse files
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.
|
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":
|