MilanM commited on
Commit
ad684b5
·
verified ·
1 Parent(s): 71734c8

Update main_app.py

Browse files
Files changed (1) hide show
  1. main_app.py +1 -2
main_app.py CHANGED
@@ -247,8 +247,7 @@ def _(mo):
247
  return (template_variant,)
248
 
249
  @app.cell
250
- def _(cloudant, cloudant_db, template_variant, refresh):
251
- refresh.value
252
  retrieved_template = (
253
  cloudant_retrieve_documents(
254
  client=cloudant,
 
247
  return (template_variant,)
248
 
249
  @app.cell
250
+ def _(cloudant, cloudant_db, template_variant):
 
251
  retrieved_template = (
252
  cloudant_retrieve_documents(
253
  client=cloudant,