# August 2, 2023: Mito for Streamlit!

## Mito for Streamlit

We're incredibly excited to launch Mito for Streamlit, a drop-in replacement for `st.dataframe` and `st.data_editor` that allows users to explore and clean dataframes in a spreadsheet within any Streamlit application. Of course, every edit generates code that corresponds to this edit.

[Try out Mito in a deployed Streamlit application here!](https://mito-data-cleaning-demo.streamlit.app/)&#x20;

Mito is now the easiest way to build and deploy a flexible data app or automation to your team, even if they know no Python.

To get started, check out our documentation or our app gallery.

{% content-ref url="/pages/p3Oldq7FTOB1AhcYwBXK" %}
[Mito for Streamlit](/mito-for-streamlit/getting-started-with-mito-for-streamlit.md)
{% endcontent-ref %}

{% content-ref url="/pages/8yNpOA1Qa483ArzCfxY8" %}
[Streamlit App Gallery](/mito-for-streamlit/streamlit-app-gallery.md)
{% endcontent-ref %}

## New Features

#### Formatting Improvements

Mito Pro users now have the ability to export basic formatting, including header and row color, when exporitng data as an XLSX. This is the most highly requested Mito Pro feature, so hopefully it can save you time when exporting generating Excel documents!

#### Custom Importers

Mito Enterprise users now have the ability to pass custom importers to the Mito spreadsheet, and Mito will automatically generate a UI for these data import options. See documentation for this feature [here.](#custom-importers)

#### Other Fixes

1. The formula bar now includes a link to the rest of the documentation.&#x20;
2. Taskpanes look better on smaller screens.
3. Basic support for theming (more coming soon).&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.trymito.io/misc/release-notes/august-2-2023-mito-for-streamlit.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
