Is your feature request related to a problem? Please describe.
https://gradio.app/docs/#o_dataframe uses Dataframe but in Pandas it's called DataFrame, which can lead to easily committing an error.
Describe the solution you'd like
Allow outputs.DataFrame too.
Is your feature request related to a problem? Please describe.
https://gradio.app/docs/#o_dataframe uses
Dataframebut in Pandas it's calledDataFrame, which can lead to easily committing an error.Describe the solution you'd like
Allow
outputs.DataFrametoo.