diff --git a/developers/ocean.py/consume-flow.md b/developers/ocean.py/consume-flow.md
index cb08cbaf..40c18160 100644
--- a/developers/ocean.py/consume-flow.md
+++ b/developers/ocean.py/consume-flow.md
@@ -16,6 +16,8 @@ Below, we show four possible approaches:
* C is when Alice wants to share access for free, to anyone
* D is when Alice wants to sell access
+
+
In the same Python console:
```python
@@ -51,8 +53,6 @@ exchange.buy_DT(to_wei(1), consume_market_fee=0, tx_dict={"from": bob})
For more info, see [Appendix: Dispenser / Faucet Details](https://github.com/oceanprotocol/ocean.py/blob/main/READMEs/main-flow.md#appendix-faucet-details) and [Exchange Details](https://github.com/oceanprotocol/ocean.py/blob/main/READMEs/main-flow.md#appendix-exchange-details).
-
-
### Consume the asset ⬇️
Bob now has the datatoken for the dataset! Time to download the dataset and use it.