Update app.py
Browse files
app.py
CHANGED
@@ -703,7 +703,7 @@ html_footer = """
|
|
703 |
<p>Powered by Meta's Llama-Vision-Free Model & Together AI</p>
|
704 |
<p>Upload multiple ingredient images for more creative recipe combinations</p>
|
705 |
<div class="footer-links">
|
706 |
-
<a href="#how-to-use
|
707 |
<a href="#" target="_blank">Contact Us</a>
|
708 |
</div>
|
709 |
</div>
|
|
|
703 |
<p>Powered by Meta's Llama-Vision-Free Model & Together AI</p>
|
704 |
<p>Upload multiple ingredient images for more creative recipe combinations</p>
|
705 |
<div class="footer-links">
|
706 |
+
<a href="#" onclick="document.getElementById('how-to-use').scrollIntoView({ behavior: 'smooth' }); return false;">How It Works</a>
|
707 |
<a href="#" target="_blank">Contact Us</a>
|
708 |
</div>
|
709 |
</div>
|