Skip to content

Instantly share code, notes, and snippets.

View varunngoyal's full-sized avatar
🎯
Focusing

Varun Goyal varunngoyal

🎯
Focusing
  • Pune, India
View GitHub Profile
class df_rich_responses():
def __init__(self):
self.abc = "abc"
def fulfillment_messages(self, message, responses):
return {
"fulfillmentMessages": [
{
"text": {
# import flask dependencies
from flask import Flask, request, make_response, jsonify
import pandas as pd
from df_msg_library import *
# initialize the flask app
app = Flask(__name__)
df = pd.read_csv("Country_Flags.csv")