Spaces:
Running
Running
Srihari Thyagarajan
Copilot
commited on
Update duckdb/DuckDB_Loading_CSVs.py
Browse filesCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
duckdb/DuckDB_Loading_CSVs.py
CHANGED
@@ -137,9 +137,7 @@ def _(NLP_Analysis, px):
|
|
137 |
|
138 |
@app.cell(hide_code=True)
|
139 |
def _(mo):
|
140 |
-
mo.md(r"""<p> We can see there's a significant increase in NLP publications 2020 and onwards which definitely makes sense provided the rapid emergence of commercial large
|
141 |
-
return
|
142 |
-
|
143 |
|
144 |
@app.cell(hide_code=True)
|
145 |
def _(mo):
|
|
|
137 |
|
138 |
@app.cell(hide_code=True)
|
139 |
def _(mo):
|
140 |
+
mo.md(r"""<p> We can see there's a significant increase in NLP publications 2020 and onwards which definitely makes sense provided the rapid emergence of commercial large language models, and AI assistants. </p>""")
|
|
|
|
|
141 |
|
142 |
@app.cell(hide_code=True)
|
143 |
def _(mo):
|