Spaces:
Running
Running
Update app.py
Browse files
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})
|