Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -64,6 +64,7 @@ description = """Large Language Models (LLMs) today come in a variety architectu
|
|
64 |
|
65 |
# %% app.ipynb 3
|
66 |
dtypes = ["str" if c not in columns_to_click else "markdown" for c in get_data().columns]
|
|
|
67 |
|
68 |
|
69 |
# %% app.ipynb 4
|
|
|
64 |
|
65 |
# %% app.ipynb 3
|
66 |
dtypes = ["str" if c not in columns_to_click else "markdown" for c in get_data().columns]
|
67 |
+
print("dtypes: ", dtypes)
|
68 |
|
69 |
|
70 |
# %% app.ipynb 4
|