Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianJacta authored Aug 29, 2024
1 parent 536f52d commit b18812a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/tutorials/articles/dataiku/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,10 +440,10 @@ specified scenario:
```python
import taipy as tp

# Create and execute the scenario
if __name__ == "__main__":
tp.Orchestrator().run()
scenario = tp.create_scenario(dataiku_scenario_scenario_cfg)
# Create and execute the scenario
if __name__ == "__main__":
tp.Orchestrator().run()
scenario = tp.create_scenario(dataiku_scenario_scenario_cfg)

scenario = None
scenario_md = """
Expand Down

0 comments on commit b18812a

Please sign in to comment.