Update app.py
Browse files
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)
|