muhtasham commited on
Commit
40df491
·
1 Parent(s): 38435cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -77,4 +77,7 @@ with gr.Blocks() as demo:
77
  """
78
  )
79
 
 
 
 
80
  demo.launch(enable_queue=True, debug=True)
 
77
  """
78
  )
79
 
80
+ with gr.Row():
81
+ gr.Markdown("![visitor badge](https://visitor-badge.glitch.me/badge?page_id=gradio-blocks_zero-and-few-shot-reasoning)")
82
+
83
  demo.launch(enable_queue=True, debug=True)