Spacing
Browse files
prompt_order_exeriment/pages/index.py
CHANGED
|
@@ -46,6 +46,7 @@ An awkward order, placing reasoning after the final answer. While it is faster,
|
|
| 46 |
|
| 47 |
<details>
|
| 48 |
<summary>Click to show prompt!</summary>
|
|
|
|
| 49 |
```json
|
| 50 |
{df['conversation_FAR_gpt3_5'].iloc[0][0]}
|
| 51 |
```
|
|
|
|
| 46 |
|
| 47 |
<details>
|
| 48 |
<summary>Click to show prompt!</summary>
|
| 49 |
+
|
| 50 |
```json
|
| 51 |
{df['conversation_FAR_gpt3_5'].iloc[0][0]}
|
| 52 |
```
|