<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> | |