freemt commited on
Commit
964db97
·
1 Parent(s): 4ba22a4

Update (dev) time.tzset()

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -98,7 +98,9 @@ mlbee = gr.Interface(
98
  gr.Checkbox(label="Preview?"),
99
  gr.Checkbox(label="Download csv?"),
100
  ],
101
- outputs=["dataframe", "html"],
 
 
102
  # outputs="html",
103
  title=f"radio-mlbee {__version__}",
104
  description="mlbee rest api on dev ",
 
98
  gr.Checkbox(label="Preview?"),
99
  gr.Checkbox(label="Download csv?"),
100
  ],
101
+ outputs=["dataframe", "html", gr.outputs.File(
102
+ label="Click to download csv",
103
+ )],
104
  # outputs="html",
105
  title=f"radio-mlbee {__version__}",
106
  description="mlbee rest api on dev ",