mrSoul7766-AgriQBotv6 / index.html
aevilla160's picture
Update index.html
712de83 verified
raw
history blame contribute delete
316 Bytes
<!DOCTYPE html>
<html>
<head>
<title>Chatbot Integration</title>
</head>
<body>
<h2>Our Chatbot</h2>
<!-- Example iframe embedding a Gradio app -->
<iframe src="https://huggingface.co/spaces/nishantguvvada/Crops-Recommendation" width="800" height="600" title="Gradio App"></iframe>
</body>
</html>