muhtasham commited on
Commit
506423b
1 Parent(s): 6965528

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -78,5 +78,8 @@ with gr.Blocks() as demo:
78
  <p style='text-align: center'><a href='https://arxiv.org/abs/2205.11916' target='_blank'>Large Language Models are Zero-Shot Reasoners</a> | <a href='https://github.com/kojima-takeshi188/zero_shot_cot target='_blank'>Github Repo</a></p>
79
  """
80
  )
81
-
 
 
 
82
  demo.launch(enable_queue=True, debug=True)
 
78
  <p style='text-align: center'><a href='https://arxiv.org/abs/2205.11916' target='_blank'>Large Language Models are Zero-Shot Reasoners</a> | <a href='https://github.com/kojima-takeshi188/zero_shot_cot target='_blank'>Github Repo</a></p>
79
  """
80
  )
81
+
82
+ with gr.Row():
83
+ gr.Markdown("![visitor badge](https://visitor-badge.glitch.me/badge?page_id=gradio-blocks_zero-and-few-shot-reasoning)")
84
+
85
  demo.launch(enable_queue=True, debug=True)