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