Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
added import statement  to fix deepak4566#3
  • Loading branch information
Rickypriyanshu authored Sep 29, 2023
1 parent 6ec8e7b commit 3dd39eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Assuming your chatbot code is in chatbot_api.py
from flask import Flask, render_template, request, jsonify
import chatbot_api




Expand Down

0 comments on commit 3dd39eb

Please sign in to comment.