'use client' import Image from "next/image"; import { useState } from "react"; export default function Home() { const [color, setColor] = useState(""); //const handleClick = () => setCount(count + 1); function add_geo_location(){ function callback(position) { let s = "My current position is: Latitude: " + position.coords.latitude + " Longitude: " + position.coords.longitude + " !"; console.log(s); document.getElementById("system_prompt").innerHTML += " " + s; } if(navigator.geolocation){ navigator.geolocation.getCurrentPosition(callback); } else { console.log("Geolocation is not supported by this browser."); } } return (<>

Register account

Login to account

Creative Bots

Create and talk to chatbots!

Settings





















Knowledge resources:






); }