Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -276,6 +276,11 @@ with gr.Blocks(title="LinkedIn Profile Search", theme=gr.themes.Soft()) as app:
|
|
| 276 |
)
|
| 277 |
|
| 278 |
gr.Markdown("---")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 279 |
gr.Markdown("www.ucalyptus.me")
|
| 280 |
|
| 281 |
if __name__ == "__main__":
|
|
|
|
| 276 |
)
|
| 277 |
|
| 278 |
gr.Markdown("---")
|
| 279 |
+
gr.Markdown("Go to the below link for the latest version: ")
|
| 280 |
+
gr.Markdown("https://ucalyptus-can-in-bn-gta-search.static.hf.space/index.html")
|
| 281 |
+
|
| 282 |
+
gr.Markdown("---")
|
| 283 |
+
gr.Markdown("Want Custom AI solutions? Book a 1:1 Discovery call at https://calendly.com/ucalyptus")
|
| 284 |
gr.Markdown("www.ucalyptus.me")
|
| 285 |
|
| 286 |
if __name__ == "__main__":
|