evijit HF Staff commited on
Commit
dc7beef
·
verified ·
1 Parent(s): 022199d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
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(placeholder="Search...", label="Author")
 
 
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()