nickprock commited on
Commit
604e091
·
1 Parent(s): fd28157

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -94,4 +94,7 @@ demo = gr.Interface(fn=greet,
94
  examples=[["I can't pay by my credit card"],["Do you have a list of exchange rates?"],["Can I track the card you sent to me?"]],
95
  cache_examples=False)
96
 
97
- demo.launch()
 
 
 
 
94
  examples=[["I can't pay by my credit card"],["Do you have a list of exchange rates?"],["Can I track the card you sent to me?"]],
95
  cache_examples=False)
96
 
97
+ demo.launch()
98
+
99
+ with gr.Row():
100
+ gr.Markdown("![visitor badge](https://visitor-badge.glitch.me/badge?page_id=nickprock_banking_intent_classification/)")