Skip to content

Commit 051967d

Browse files
committed
update
1 parent 5f36245 commit 051967d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/30DaysOfPython/2026-01-15-python-day26.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ def analyser():
380380
return render_template('analyser.html', result=result, name=name)
381381
```
382382

383-
I did rewrite most of this with AI for the purpose of writing this blog post. Therefore, some of the code has been changed. Other than that, this is the same logic I used to build my own.
383+
I did rewrite most of this with ChatGPT for the purpose of writing this blog post. Therefore, some of the code has been changed. Other than that, this is the same logic I used to build my own.
384384

385385
I started with the analyser function first in a separate Python file and used the `input()` function to test and debug the code I made. Once that was ready, I removed the `input()` function from the analyser.py file and then created the HTML template and named the form `user_input` which was then taken to the `app.py` as an input function and imported in all my functions and gave them all parameters.
386386

0 commit comments

Comments
 (0)