File size: 316 Bytes
712de83 4219ade 712de83 4219ade |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<!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>
|