mrcuddle commited on
Commit
7237016
·
verified ·
1 Parent(s): 17f7cd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "Ythemes/Minecraft"
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,