Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ def convert_parquet_to_jsonl(parquet_file_or_url):
|
|
| 14 |
jsonl_data = df.to_json(orient='records', lines=True)
|
| 15 |
return jsonl_data
|
| 16 |
|
| 17 |
-
theme = "
|
| 18 |
|
| 19 |
demo = gr.Interface(theme=theme,
|
| 20 |
fn=convert_parquet_to_jsonl,
|
|
|
|
| 14 |
jsonl_data = df.to_json(orient='records', lines=True)
|
| 15 |
return jsonl_data
|
| 16 |
|
| 17 |
+
theme = "Ytheme/Minecraft"
|
| 18 |
|
| 19 |
demo = gr.Interface(theme=theme,
|
| 20 |
fn=convert_parquet_to_jsonl,
|