schoginitoys commited on
Commit
235380d
1 Parent(s): bf9c842
Files changed (1) hide show
  1. app.py +10 -0
app.py CHANGED
@@ -382,6 +382,16 @@ demo = gr.Interface(
382
  description="Your Python Projects Coding Companion!",
383
  allow_flagging="never",
384
  examples = examples_list,
 
 
 
 
 
 
 
 
 
 
385
  # examples=[
386
  # "L201",
387
  # "L202",
 
382
  description="Your Python Projects Coding Companion!",
383
  allow_flagging="never",
384
  examples = examples_list,
385
+ examples_per_page = 50,
386
+ run_on_click = True,
387
+ # examples = gr.Examples(
388
+ # examples = examples_list,
389
+ # examples_per_page = 20,
390
+ # run_on_click = True,
391
+ # inputs = 0,
392
+ # #fn=mirror,
393
+ # #cache_examples=True,
394
+ # ),
395
  # examples=[
396
  # "L201",
397
  # "L202",