sileod commited on
Commit
baad6f6
·
verified ·
1 Parent(s): 72f30d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ with gr.Blocks() as demo:
95
  gr.Markdown(label="📈 Analysis", visible=False)
96
  ]
97
 
98
- with gr.Column(variant="panel") as zero_shot_examples_panel:
99
  gr.Examples(
100
  examples=zero_shot_examples,
101
  inputs=[text_input, labels_or_premise],
 
95
  gr.Markdown(label="📈 Analysis", visible=False)
96
  ]
97
 
98
+ with gr.Column(variant="panel") as zero_shot_examples_panel:
99
  gr.Examples(
100
  examples=zero_shot_examples,
101
  inputs=[text_input, labels_or_premise],