Update app.py
Browse files
app.py
CHANGED
|
@@ -157,7 +157,7 @@ with gr.Blocks(title="VoiceNote AI") as demo:
|
|
| 157 |
with gr.Column(elem_classes="vips-col-few"):
|
| 158 |
gr.HTML("<h4>Few-shot</h4>")
|
| 159 |
few_out = gr.Textbox(label="", lines=10, interactive=True)
|
| 160 |
-
|
| 161 |
gr.HTML("<h4>Chain-of-Thought</h4>")
|
| 162 |
cot_out = gr.Textbox(label="", lines=10, interactive=True)
|
| 163 |
|
|
|
|
| 157 |
with gr.Column(elem_classes="vips-col-few"):
|
| 158 |
gr.HTML("<h4>Few-shot</h4>")
|
| 159 |
few_out = gr.Textbox(label="", lines=10, interactive=True)
|
| 160 |
+
with gr.Column(elem_classes="vips-col-cot"):
|
| 161 |
gr.HTML("<h4>Chain-of-Thought</h4>")
|
| 162 |
cot_out = gr.Textbox(label="", lines=10, interactive=True)
|
| 163 |
|