Spaces:
Running
Running
girishwangikar
commited on
Commit
•
3968ab0
1
Parent(s):
6eba460
Update app.py
Browse files
app.py
CHANGED
@@ -180,5 +180,5 @@ with gr.Blocks() as iface:
|
|
180 |
<a href="https://girishwangikar.github.io/Girish_Wangikar_Portfolio.github.io/" target="_blank">Portfolio</a></p>
|
181 |
</footer>
|
182 |
"""
|
183 |
-
|
184 |
iface.launch()
|
|
|
180 |
<a href="https://girishwangikar.github.io/Girish_Wangikar_Portfolio.github.io/" target="_blank">Portfolio</a></p>
|
181 |
</footer>
|
182 |
"""
|
183 |
+
gr.Markdown(footer_text)
|
184 |
iface.launch()
|