acecalisto3 commited on
Commit
f9018bb
·
verified ·
1 Parent(s): 5306136

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -336,7 +336,8 @@ class AppCreationProcess:
336
  3: "Property Configuration",
337
  4: "Code Generation",
338
  5: "Deployment"
339
-
 
340
  def next_step():
341
  app_process.next_step()
342
  current_step_info = app_process.get_current_step_info()
 
336
  3: "Property Configuration",
337
  4: "Code Generation",
338
  5: "Deployment"
339
+ }
340
+
341
  def next_step():
342
  app_process.next_step()
343
  current_step_info = app_process.get_current_step_info()