Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
janvika11 authored Sep 29, 2023
1 parent d17f664 commit f6c9bc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Assuming your chatbot code is in chatbot_api.py

from flask import Flask, render_template, request, jsonify
import chatbot_api


@app.route('/')
Expand Down

0 comments on commit f6c9bc4

Please sign in to comment.