Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def _(mo):
|
|
22 |
run_button = mo.ui.button(label="Run Clustering Comparison")
|
23 |
return csv_upload, api_key, cse_id, country, language, database, serp_table, cluster_table, run_button
|
24 |
|
25 |
-
# 2) Timestamp selectors
|
26 |
@app.cell
|
27 |
def _(mo):
|
28 |
timestamp_options = [
|
|
|
22 |
run_button = mo.ui.button(label="Run Clustering Comparison")
|
23 |
return csv_upload, api_key, cse_id, country, language, database, serp_table, cluster_table, run_button
|
24 |
|
25 |
+
# 2) Timestamp selectors selectors
|
26 |
@app.cell
|
27 |
def _(mo):
|
28 |
timestamp_options = [
|