ghj / index.html
Srinivasulu kethanaboina
Update index.html
e449329 verified
raw
history blame
643 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gradio Chatbot</title>
</head>
<body>
<h1>Gradio Chatbot</h1>
<iframe src="https://srinukethanaboina-srunu.hf.space" width="100%" height="600px" style="border:none;"></iframe>
<script>
// Function to print cookies to the console
function printCookies() {
console.log("Cookies:", document.cookie);
}
// Call the function to print cookies when the page loads
window.onload = printCookies;
</script>
</body>
</html>