ek-id commited on
Commit
3a5cc59
·
verified ·
1 Parent(s): 3768bb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -472,7 +472,6 @@ REASONING: This text is polite because it expresses gratitude and encourages the
472
  .to_pandas()
473
  .sample(n=5)
474
  )
475
- # df_demo = pd.read_csv("samples.csv").head()
476
  dataframe = gr.Dataframe(value=dataset, show_label=False)
477
 
478
  state = gr.State({"output_path": None, "timestamp": None})
 
472
  .to_pandas()
473
  .sample(n=5)
474
  )
 
475
  dataframe = gr.Dataframe(value=dataset, show_label=False)
476
 
477
  state = gr.State({"output_path": None, "timestamp": None})