Skip to content

Instantly share code, notes, and snippets.

View postboxat18's full-sized avatar

aravinth chinna samy postboxat18

  • https://aostasoftware.com/
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")