Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,9 @@ def __(duckdb):
|
|
| 31 |
|
| 32 |
@app.cell(hide_code=True)
|
| 33 |
def __(mo):
|
| 34 |
-
author_input = mo.ui.text(
|
|
|
|
|
|
|
| 35 |
|
| 36 |
ctes = """
|
| 37 |
WITH author_models AS (
|
|
@@ -114,4 +116,4 @@ def __(df, mo, px):
|
|
| 114 |
|
| 115 |
|
| 116 |
if __name__ == "__main__":
|
| 117 |
-
app.run()
|
|
|
|
| 31 |
|
| 32 |
@app.cell(hide_code=True)
|
| 33 |
def __(mo):
|
| 34 |
+
author_input = mo.ui.text(
|
| 35 |
+
placeholder="Search...", label="Author", value="Qwen"
|
| 36 |
+
)
|
| 37 |
|
| 38 |
ctes = """
|
| 39 |
WITH author_models AS (
|
|
|
|
| 116 |
|
| 117 |
|
| 118 |
if __name__ == "__main__":
|
| 119 |
+
app.run()
|