kiranbandi commited on
Commit
e35d20f
·
verified ·
1 Parent(s): 630ebb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -73,6 +73,7 @@ lc_placeholder.empty()
73
 
74
  ### Load example data
75
  examples = load_pickle('test.pkl')
 
76
 
77
  ### Process input
78
  ex = examples['comment'].sample(1, random_state=int(datetime.now().timestamp())).tolist()[0]
 
73
 
74
  ### Load example data
75
  examples = load_pickle('test.pkl')
76
+ print(examples)
77
 
78
  ### Process input
79
  ex = examples['comment'].sample(1, random_state=int(datetime.now().timestamp())).tolist()[0]