mipatov commited on
Commit
c70c2c9
·
verified ·
1 Parent(s): 4f3ed7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -133,10 +133,9 @@ with gr.Blocks(css=APP_CSS) as demo:
133
  examples=[[e] for e in EXAMPLE_TICKETS],
134
  inputs=[text],
135
  label="Примеры обращений",
136
- cache_examples=False,
137
- examples_per_page=3,
138
  )
139
- # btn = gr.Button("Классифицировать", variant="primary")
140
 
141
  # Правая колонка
142
  with gr.Column(scale=1, min_width=400, elem_id="right-col"):
 
133
  examples=[[e] for e in EXAMPLE_TICKETS],
134
  inputs=[text],
135
  label="Примеры обращений",
136
+ cache_examples=False
 
137
  )
138
+
139
 
140
  # Правая колонка
141
  with gr.Column(scale=1, min_width=400, elem_id="right-col"):