Commit ac8919d0 authored by Sasini Perera's avatar Sasini Perera

add requirements txt & procfile

parent 1dcc4b64
import axios from 'axios';
import { Alert } from 'react-native';
const API_URL = 'http://192.168.1.6:5001'; // Replace with your backend API URL
const API_URL = 'http://172.28.11.235:5001'; // Replace with your backend API URL
const getAnswer = async (question) => {
try {
......
web: gunicorn app:app
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment