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