Update app.py
Browse files
app.py
CHANGED
|
@@ -192,9 +192,7 @@ with gr.Blocks() as iface:
|
|
| 192 |
|
| 193 |
footer_text = """
|
| 194 |
<footer>
|
| 195 |
-
<p>
|
| 196 |
-
Check out more on <a href="https://www.linkedin.com/in/girish-wangikar/" target="_blank">LinkedIn</a> |
|
| 197 |
-
<a href="https://girishwangikar.github.io/Girish_Wangikar_Portfolio.github.io/" target="_blank">Portfolio</a></p>
|
| 198 |
</footer>
|
| 199 |
"""
|
| 200 |
gr.Markdown(footer_text)
|
|
|
|
| 192 |
|
| 193 |
footer_text = """
|
| 194 |
<footer>
|
| 195 |
+
<p>RYH International 2025</p>
|
|
|
|
|
|
|
| 196 |
</footer>
|
| 197 |
"""
|
| 198 |
gr.Markdown(footer_text)
|