Spaces:
Sleeping
Sleeping
Update tools/ai_act_generator.py
Browse files
tools/ai_act_generator.py
CHANGED
|
@@ -201,5 +201,9 @@ What is the name of your organization?
|
|
| 201 |
|
| 202 |
demo.launch()
|
| 203 |
|
| 204 |
-
|
| 205 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 201 |
|
| 202 |
demo.launch()
|
| 203 |
|
| 204 |
+
def get_questions():
|
| 205 |
+
return QUESTIONS
|
| 206 |
+
|
| 207 |
+
def run_tool():
|
| 208 |
+
return launch_step_by_step_ui()
|
| 209 |
+
|