Update main_app.py
Browse files- 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
|
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,
|