Skip to content

Commit

Permalink
Merge pull request #118 from mohangolakoti/main
Browse files Browse the repository at this point in the history
Chatbot feature added #80
  • Loading branch information
SiddharthBahuguna authored Jun 3, 2024
2 parents 5bcebb6 + faf89b7 commit a5b4171
Show file tree
Hide file tree
Showing 25 changed files with 4 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file added newsaggregator/core/__pycache__/apps.cpython-312.pyc
Binary file not shown.
Binary file not shown.
Binary file modified newsaggregator/core/__pycache__/urls.cpython-312.pyc
Binary file not shown.
Binary file modified newsaggregator/core/__pycache__/views.cpython-312.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified newsaggregator/db.sqlite3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions newsaggregator/templates/partials/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@

{% endblock index %}
</header>
<div class="chat">
<script src="https://cdn.botpress.cloud/webchat/v1/inject.js"></script>
<script src="https://mediafiles.botpress.cloud/6ce5b4e8-0a4b-4b34-9569-6d06fc3c8a1b/webchat/config.js" defer></script>
</div>
{% include 'components/footer.html' %}
</div>

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit a5b4171

Please sign in to comment.