adt commited on
Commit
1e46b8c
·
1 Parent(s): f0e533a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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