gpaasch commited on
Commit
996be5a
·
1 Parent(s): 3a7b207

checkpoint 1

Browse files
Files changed (1) hide show
  1. src/app.py +18 -0
src/app.py CHANGED
@@ -394,7 +394,25 @@ with gr.Blocks(theme="default") as demo:
394
  value=0.7,
395
  label="Temperature"
396
  )
 
 
 
 
 
 
 
 
 
397
 
 
 
 
 
 
 
 
 
 
398
  # Event handlers
399
  clear_btn.click(lambda: None, None, chatbot, queue=False)
400
 
 
394
  value=0.7,
395
  label="Temperature"
396
  )
397
+ # self promotion at bottom of page
398
+ gr.Markdown("""
399
+ ---
400
+ ### 👋 About the Creator
401
+
402
+ Hi! I'm Graham Paasch, an experienced technology professional!
403
+
404
+ 🎥 **Check out my YouTube channel** for more tech content:
405
+ [Subscribe to my channel](https://www.youtube.com/channel/UCg3oUjrSYcqsL9rGk1g_lPQ)
406
 
407
+ 💼 **Looking for a skilled developer?**
408
+ I'm currently seeking new opportunities! View my experience and connect on [LinkedIn](https://www.linkedin.com/in/grahampaasch/)
409
+
410
+ ⭐ If you found this tool helpful, please consider:
411
+ - Subscribing to my YouTube channel
412
+ - Connecting on LinkedIn
413
+ - Sharing this tool with others in healthcare tech
414
+ """)
415
+
416
  # Event handlers
417
  clear_btn.click(lambda: None, None, chatbot, queue=False)
418