SsebaA commited on
Commit
fdbbe9a
·
verified ·
1 Parent(s): 0586e99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- 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
 
 
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