Commit ed99f569 authored by Balasooriya B.M.D.D's avatar Balasooriya B.M.D.D

Merge branch 'suggestions_chatbot' into 'master'

Suggestions chatbot

See merge request !30
parents 33c0cde8 f3d0cca6
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