Skip to content

Commit d570919

Browse files
committed
update readme
1 parent a1f0799 commit d570919

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ python app.py
5050
* For best results with XLSX, use a simple tabular layout—one header row, uniform columns, and no merged cells or custom formatting. You can have multiple sheets.
5151

5252
## Example Results
53+
### User Friendly Gradio Interface
54+
![Gradio Interface Example](assets/gradio.png)
55+
5356
### Multi-Step Reasoning with Tool Use
5457
<div style="max-height:400px; overflow-y:auto; border:1px solid #ccc; padding:8px;">
5558
<pre><code class="language-bash">
@@ -203,9 +206,6 @@ The total customer count for Solomon Islands, Netherlands, Sri Lanka, United Ara
203206
</code></pre>
204207
</div>
205208

206-
### User Friendly Gradio Interface
207-
![Gradio Interface Example](assets/gradio.png)
208-
209209
## Code Hygiene Tools & Testing
210210
Run formatting checks and unit tests with:
211211
```bash

0 commit comments

Comments
 (0)