Nova-school commited on
Commit
2cb6115
1 Parent(s): 6c586e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -52,4 +52,5 @@ def Page():
52
  df["predicted next token"] = [tokenizer.decode(top_10.indices[0][i]) for i in range(1000)]
53
  solara.Markdown("###Prediction")
54
  solara.DataFrame(df, items_per_page=10, cell_actions=cell_actions)
 
55
  Page()
 
52
  df["predicted next token"] = [tokenizer.decode(top_10.indices[0][i]) for i in range(1000)]
53
  solara.Markdown("###Prediction")
54
  solara.DataFrame(df, items_per_page=10, cell_actions=cell_actions)
55
+ solara.Markdown('-----')
56
  Page()